mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Docs- Install Redis + Configuration Todo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user