Revert "Add minimal template+ add --gui_minimal + update docs"

This reverts commit 73a9af6e78.
This commit is contained in:
2016-01-23 23:18:23 +05:30
parent 73a9af6e78
commit 22cc6b6c0a
8 changed files with 23 additions and 179 deletions
+4 -6
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 --gui`
`py.test --show_status_gui`
**Recommended** : Use with [pytest-watch][ptw_gh_link] using `ptw -- --gui`
**Recommended** : Use with [pytest-watch][ptw_gh_link] using `ptw -- --show_status_gui`
pytest-watch re-runs py.test on any change to your code
@@ -49,13 +49,11 @@ The result is that you get some nifty **test status windows that update as you k
##### Template:
###### Minimal Window:
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.
//TODO
###### Use your own template:
// Not Supported now, maybe I can add if someone needs it.
//TODO
##### Redis:
###### Custom Redis Command: