Merge branch 'docs_to_add' into dev

This commit is contained in:
2016-01-21 22:14:08 +05:30
+27 -1
View File
@@ -12,7 +12,7 @@ Pytest Status GUI
#### Install
`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?
`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
[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