From 33b1c238a5b2f02e932bcc6c8c31302a770420c1 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 18 Dec 2015 23:30:51 +0530 Subject: [PATCH] Add gui tests to todo --- pytest_gui_status/status_gui/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 0464e3b..d2e1608 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -4,6 +4,7 @@ Todo 1. move rendering update to js using diff-dom + nunjucks ( to be decided ) 2. (-done manually, add tests)check intermediate test steps like collect, testrun 3. In plugin, set attributes in chunk using pipeline, using `with` +4. Add gui tests Done ------