Revert "Merge branch 'dev'"

This reverts commit ac513221a1, reversing
changes made to 2afb5589cd.
This commit is contained in:
2016-01-23 23:47:58 +05:30
parent ac513221a1
commit 3c677ee39f
7 changed files with 129 additions and 10 deletions
+6 -4
View File
@@ -15,9 +15,9 @@ Pytest Status GUI
Also, install `PySide` and `Redis` manually via apt-get or installers.
#### How to use?
`py.test --show_status_gui`
`py.test --gui`
**Recommended** : Use with [pytest-watch][ptw_gh_link] using `ptw -- --show_status_gui`
**Recommended** : Use with [pytest-watch][ptw_gh_link] using `ptw -- --gui`
pytest-watch re-runs py.test on any change to your code
@@ -49,11 +49,13 @@ The result is that you get some nifty **test status windows that update as you k
##### Template:
###### Minimal Window:
//TODO
Use `--gui_minimal` instead of `--gui` i.e. call using `py.test --gui_minimal`
The minimal window is closer to what pytddmon does, but is somewhat different. It shows yellow while tests are running or being collected, and only full red or full green bar when tests complete.
###### Use your own template:
//TODO
// Not Supported now, maybe I can add if someone needs it.
##### Redis:
###### Custom Redis Command: