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