From 58f2554eb2badb0cba4190ed61ceb0e95a35d95e Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 25 Dec 2015 13:36:23 +0530 Subject: [PATCH] Periodic update todo [ci skip] --- pytest_gui_status/status_gui/todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index e71781c..b20cc4f 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,6 +1,6 @@ Todo ------ -** use travis - install redis - how to run it ** + 1. Allow config for tmpl, redis_arg, status_gui_arg 2. Add well-explained readme 3. use logging.debug / log file for more prints @@ -15,10 +15,11 @@ Done 2. (---) responsive width of test 3. (---) Time should update automatically 4. (---) Launch only 1 instance of gui from plugin with pid check from redis_db -5. (-) use pipelines when possible +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 +10. (---) Check intermediate test steps like collect, testrun +11. (---) Use travis ci - install redis there Think