From 98c856a5324f54f87a9cd27c7a6df217129968e8 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 23 Dec 2015 11:50:49 +0530 Subject: [PATCH] Update todo after last additions --- pytest_gui_status/status_gui/todo.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 262a7f9..ead50d1 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,10 +1,10 @@ Todo ------ -1. (--move tests to correct folder) check intermediate test steps like collect, testrun -2. Add gui tests -3. use logging.debug for more prints -4. Allow config for tmpl, redis_arg, status_gui_arg -5. Use config.pluginmanager.hasplugin('plugin_name') + +1. Add gui tests +2. use logging.debug for more prints +3. Allow config for tmpl, redis_arg, status_gui_arg +4. Use config.pluginmanager.hasplugin('plugin_name') Done @@ -17,6 +17,7 @@ Done 5. (-) use pipelines when possible 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 Think