Commit Graph
5 Commits
Author SHA1 Message Date
bendtherules bc06862a7f 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
2015-12-21 20:48:57 +05:30
bendtherules 8446ef78fc Make gui executable and plugin func to call it on start
New requirement added:
	psutil - to check if pid is running on unix + windows

plugin still doesnt start gui on start, test the func first
2015-12-19 22:33:25 +05:30
bendtherules 998d4e0e9a Restructure to submodules under module named folder 2015-12-13 08:20:20 +05:30
bendtherules 89ce7ef1bc In setup.py, make two submodules plugin and gui 2015-12-13 07:59:57 +05:30
bendtherules abadfff45c Add work done till now
Things done:

1. Plugin part complete, needs tests
2. Installable with setup.py
3. Requirements.txt

TBD:

1. Make the gui part
2. Restructure directories into plugin and gui
3. Add plugin tests
4. In setup.py, add pytest hook
2015-12-13 07:33:11 +05:30