From 72fb9b3182e5c1447dd5c29666590a888fba1d5f Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 9 Jan 2016 12:40:18 +0530 Subject: [PATCH] Cleanup + update todo --- circle.yml | 1 - pytest_gui_status/status_gui/gui_backend.py | 1 - pytest_gui_status/status_gui/todo.txt | 2 +- pytest_gui_status/status_plugin/plugin.py | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 4487bcf..309142e 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,6 @@ machine: dependencies: pre: - # - sudo apt-get update - sudo apt-get install redis-server override: - pip install --upgrade setuptools diff --git a/pytest_gui_status/status_gui/gui_backend.py b/pytest_gui_status/status_gui/gui_backend.py index 85cf90a..567f9c5 100644 --- a/pytest_gui_status/status_gui/gui_backend.py +++ b/pytest_gui_status/status_gui/gui_backend.py @@ -18,7 +18,6 @@ else: class Controller(htmlPy.Object): # GUI callable functions have to be inside a class. - # The class should be inherited from htmlPy.Object. dict_state_desc = { "start": "Starting Tests", "collect": "Collecting Tests", diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 445636c..ed18211 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,7 +1,6 @@ Todo ------ -** Use redis_db fixture for travis debugging** 1. Add redis sudden fail tests - shutdown or crash after startup\ - module shouldnt crash/ work incorrectly, should exit with error message 2 Tests with setup/teardown/class when needed* @@ -32,6 +31,7 @@ Done 11. (---) Use travis ci + install redis there 12. (---) Show gui only with option --status_gui 13. (---) env config for redis + test for that +14. (---) Use redis_db fixture for travis debugging (---) Think diff --git a/pytest_gui_status/status_plugin/plugin.py b/pytest_gui_status/status_plugin/plugin.py index 5483d02..4d85583 100644 --- a/pytest_gui_status/status_plugin/plugin.py +++ b/pytest_gui_status/status_plugin/plugin.py @@ -40,7 +40,6 @@ command_status_gui_gen = "pytest_gui_status \"{norm_dir_name}\"" # make bulk changes with pipeline - class Helpers(object): @staticmethod