From 07d6df5d84731c75f5f6cb4ef4f431c7bbf88f79 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 9 Jan 2016 23:07:15 +0530 Subject: [PATCH] move test_gui and update todo --- pytest_gui_status/status_gui/todo.txt | 2 +- tests/{test_plugin => test_gui}/test_gui.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{test_plugin => test_gui}/test_gui.py (100%) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index f34778a..60c9b5b 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -3,7 +3,7 @@ Todo 1. Test gui_backend state loading from redis code -2 Tests with setup/teardown/class when needed* +2 Tests with setup/teardown/class when needed 3 Faster Tests wiith timeout, if required by extra api to params 4. Allow config for template 5. Add cli doc for --show_status_gui diff --git a/tests/test_plugin/test_gui.py b/tests/test_gui/test_gui.py similarity index 100% rename from tests/test_plugin/test_gui.py rename to tests/test_gui/test_gui.py