mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Revert "Add minimal template+ add --gui_minimal + update docs"
This reverts commit 73a9af6e78.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user