From d42be399eac980419698d4184e70ad96dcc4e438 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 21 Jan 2016 22:11:24 +0530 Subject: [PATCH] Docs- Install Redis + Configuration Todo --- readme.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 + + +