Added redis pipeline, cmd arg for gui, register plugin

1. Used redis pipeline for consecutive writes when possible

2. Add --status_gui option for py.test. So, removed explicit plugin from self test as it creates conflict.

3. Register as plugin in setup.py using pytest11

4. Update todo
This commit is contained in:
2015-12-21 20:48:57 +05:30
parent 2494bc9923
commit bc06862a7f
6 changed files with 51 additions and 29 deletions
+1 -1
View File
@@ -1 +1 @@
pytest_plugins = "pytest_gui_status.status_plugin"
# pytest_plugins = "pytest_gui_status.status_plugin"