Docs- Install Redis + Configuration Todo

This commit is contained in:
2016-01-21 22:11:24 +05:30
parent 7b46a3bd6e
commit d42be399ea
+27 -1
View File
@@ -12,7 +12,7 @@ Pytest Status GUI
#### Install #### Install
`pip install pytest_gui_status` `pip install pytest_gui_status`
Also, install `PySide` manually via apt-get or installers. Also, install `PySide` and `Redis` manually via apt-get or installers.
#### How to use? #### How to use?
`py.test --show_status_gui` `py.test --show_status_gui`
@@ -44,3 +44,29 @@ The result is that you get some nifty **test status windows that update as you k
[demo_gif_link]:http://i.imgur.com/96X8AcP.gif [demo_gif_link]:http://i.imgur.com/96X8AcP.gif
[pytddmon_video_link]:http://pytddmon.org/?page_id=33 [pytddmon_video_link]:http://pytddmon.org/?page_id=33
#### Configuration
##### Template:
###### Minimal Window:
//TODO
###### Use your own template:
//TODO
#### Redis:
###### Custom Redis Command:
//TODO
###### Custom Redis Args:
//TODO
###### Custom Redis Port:
//TODO