Update todo, with tests for proxy of no real gui

This commit is contained in:
2016-01-21 16:44:14 +05:30
parent 4a29b88833
commit 75e2746d8d
+14 -13
View File
@@ -1,19 +1,19 @@
Todo Todo
------ ------
1. Test on Appveyor - python 2.x builds don't stop - use tox 1. test template path available after install
1.1. Use tox for wrapping around py.test 2. test option --show_status_gui available
2. Release on pypi 3. add details of --show_status_gui in addoption
3. Add well-explained readme 4. Release on pypi
3.1. Add cli doc for --show_status_gui 5. Add well-explained readme
4. use logging.debug / log file for more prints 6. Allow config for template
5. Tests with setup/teardown/class when needed 7. use logging.debug / log file for more prints
6. Faster Tests with timeout, if required by extra api to params 8. Tests with setup/teardown/class when needed
7. Allow config for template 9. Faster Tests with timeout, if required by extra api to params
8. Add gui tests 10. Add real gui tests
9. Use config.pluginmanager.hasplugin('plugin_name') when needed 11. Use config.pluginmanager.hasplugin('plugin_name') when needed
10. Give icon to gui + preferably dynamic with status 12. Give icon to gui + preferably dynamic with status
Done Done
@@ -41,8 +41,9 @@ Think
2. Think about popen stdouts 2. Think about popen stdouts
Discarded Discarded / Later
---------- ----------
1. Show "redis not connected" in gui itself instead of console 1. Show "redis not connected" in gui itself instead of console
2. In plugin, set attributes in chunk using pipeline, using `with` 2. In plugin, set attributes in chunk using pipeline, using `with`
3. Test on Appveyor - python 2.x builds don't stop