From abd8e259874647e84bd48f1996aa0573753384fe Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 20 Jan 2016 20:15:07 +0530 Subject: [PATCH] Update todo --- pytest_gui_status/status_gui/todo.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 92fff2a..7f7ff61 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -5,15 +5,15 @@ Todo 1.1. Use tox for wrapping around py.test 2. Release on pypi 3. Add well-explained readme +3.1. Add cli doc for --show_status_gui 4. use logging.debug / log file for more prints 5. Tests with setup/teardown/class when needed -6. Faster Tests wiith timeout, if required by extra api to params +6. Faster Tests with timeout, if required by extra api to params 7. Allow config for template -8. Add cli doc for --show_status_gui -9. Add gui tests -10. Use config.pluginmanager.hasplugin('plugin_name') when needed -11. Give icon to gui + preferably dynamic with status +8. Add gui tests +9. Use config.pluginmanager.hasplugin('plugin_name') when needed +10. Give icon to gui + preferably dynamic with status Done