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