From 275e34388df2dd7c43e8cc440d076752d29ed873 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Tue, 29 Dec 2015 10:38:13 +0530 Subject: [PATCH] Periodic update todo --- pytest_gui_status/status_gui/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 54fa8fd..c4752e9 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,7 +1,7 @@ Todo ------ -1. Allow config for tmpl, +1. Allow config for template 1.1. Test - env config for redis 2. Add well-explained readme 3. use logging.debug / log file for more prints @@ -9,6 +9,7 @@ Todo 5. Use config.pluginmanager.hasplugin('plugin_name') when needed 6. Release on pypi 7. Test on Appveyor - install redis via chocolatey +8. Give icon to gui + preferably dynamic with status Done