Update todo after last additions

This commit is contained in:
2015-12-23 11:50:49 +05:30
parent 7f8a0a930c
commit 98c856a532
+6 -5
View File
@@ -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