diff --git a/readme.md b/readme.md index 2974313..7460ca9 100644 --- a/readme.md +++ b/readme.md @@ -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 + + +