diff --git a/pytest_gui_status/status_gui/gui_backend.py b/pytest_gui_status/status_gui/gui_backend.py index 2210416..e284d64 100644 --- a/pytest_gui_status/status_gui/gui_backend.py +++ b/pytest_gui_status/status_gui/gui_backend.py @@ -1,5 +1,5 @@ import htmlPy -from utils import render_template +from .utils import render_template import os import redis import dateutil.parser diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 2b2793f..445636c 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,6 +1,7 @@ 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*