From 2494bc99238c35fd2048f8948210407025858871 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sun, 20 Dec 2015 10:07:34 +0530 Subject: [PATCH] Update todo - now that its working, fix prints and error reporting --- pytest_gui_status/status_gui/todo.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 287450b..5db3fce 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -5,7 +5,10 @@ Todo 2. (-done manually, add tests)check intermediate test steps like collect, testrun 3. In plugin, set attributes in chunk using pipeline, using `with` 4. Add gui tests -5. Launch only 1 instance of gui from plugin with pid check from redis_db +5. use logging.debug for more prints +6. Think about popen stdouts +7. Print redis not connected in gui itself instead of console +8. Allow config for tmpl, redis_arg, status_gui_arg, Done ------ @@ -13,3 +16,4 @@ Done 1. (---) Get dirname from cmdline 2. (---) responsive width of test 3. (---) Time should update automatically +4. (---) Launch only 1 instance of gui from plugin with pid check from redis_db