From cb2b86933ffdc8fc2b1539b0866d7473bb05d9f3 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 25 Dec 2015 18:40:49 +0530 Subject: [PATCH] Update todo with redis + others --- pytest_gui_status/status_gui/todo.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index a9923ac..54fa8fd 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,7 +1,8 @@ Todo ------ -1. Allow config for tmpl, redis_arg, status_gui_arg +1. Allow config for tmpl, +1.1. Test - env config for redis 2. Add well-explained readme 3. use logging.debug / log file for more prints 4. Add gui tests @@ -21,7 +22,9 @@ Done 6. (---) Self Tests also pop up gui, add option for plugin 9. (---) Register as pytest plugin in setup.py 10. (---) Check intermediate test steps like collect, testrun -11. (---) Use travis ci - install redis there +11. (---) Use travis ci + install redis there +12. (---) Show gui only with option --status_gui +13. (---) env config for redis Think