From 19219f48f587087156dc1a512ab1cd0fd77a2eb7 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 14:20:33 +0530 Subject: [PATCH] Relative import + todo update [no ci] --- pytest_gui_status/status_gui/gui_backend.py | 2 +- pytest_gui_status/status_gui/todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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*