diff --git a/pytest_gui_status/status_gui/todo.txt b/pytest_gui_status/status_gui/todo.txt index 63dbb24..d613a3c 100644 --- a/pytest_gui_status/status_gui/todo.txt +++ b/pytest_gui_status/status_gui/todo.txt @@ -1,19 +1,19 @@ Todo ------ -1. Test on Appveyor - python 2.x builds don't stop - use tox -1.1. Use tox for wrapping around py.test -2. Release on pypi -3. Add well-explained readme -3.1. Add cli doc for --show_status_gui -4. use logging.debug / log file for more prints +1. test template path available after install +2. test option --show_status_gui available +3. add details of --show_status_gui in addoption +4. Release on pypi +5. Add well-explained readme +6. Allow config for template -5. Tests with setup/teardown/class when needed -6. Faster Tests with timeout, if required by extra api to params -7. Allow config for template -8. Add gui tests -9. Use config.pluginmanager.hasplugin('plugin_name') when needed -10. Give icon to gui + preferably dynamic with status +7. use logging.debug / log file for more prints +8. Tests with setup/teardown/class when needed +9. Faster Tests with timeout, if required by extra api to params +10. Add real gui tests +11. Use config.pluginmanager.hasplugin('plugin_name') when needed +12. Give icon to gui + preferably dynamic with status Done @@ -41,8 +41,9 @@ Think 2. Think about popen stdouts -Discarded +Discarded / Later ---------- 1. Show "redis not connected" in gui itself instead of console 2. In plugin, set attributes in chunk using pipeline, using `with` +3. Test on Appveyor - python 2.x builds don't stop