Commit Graph
89 Commits
Author SHA1 Message Date
bendtherules af64994416 In travis, update pytest 2015-12-24 13:03:53 +05:30
bendtherules 43d3e63ac5 Fix looping for s 2015-12-24 12:55:10 +05:30
bendtherules 1bdc6de0ed Use non-sudo apt in travis 2015-12-24 12:53:02 +05:30
bendtherules 9d3283ce5e Fix py3 fix 2015-12-24 12:52:33 +05:30
bendtherules 43f875e18c Non travis env and py3 no-unicode fix 2015-12-24 12:49:59 +05:30
bendtherules a127bc4af7 Use s in 3rd test 2015-12-24 12:46:12 +05:30
bendtherules b735e4fe5c Use s to convert from bytes to str everywhere 2015-12-24 12:43:28 +05:30
bendtherules 288ef9e7ef Add more debug message on redis not found 2015-12-24 09:16:25 +05:30
bendtherules 8ddb6f36e6 In travis, directly apt-get redis and start command changed 2015-12-23 22:41:56 +05:30
bendtherules 862bf328e1 In travis, cd back to repo 2015-12-23 12:22:23 +05:30
bendtherules dc5ebc99c1 In travis and requirements.txt, add redis 2015-12-23 12:19:03 +05:30
bendtherules e2f989ac68 Format yml correctly 2015-12-23 12:09:44 +05:30
bendtherules ceb1b27f53 In travis, install self 2015-12-23 12:07:10 +05:30
bendtherules d0ea650340 Add .travis.yml 2015-12-23 12:01:54 +05:30
bendtherules 0a2979bc94 Add blank readme + modify todo 2015-12-23 11:57:56 +05:30
bendtherules 98c856a532 Update todo after last additions 2015-12-23 11:50:49 +05:30
bendtherules 7f8a0a930c Ad intermediate test + put test_plugin in folder 2015-12-23 11:43:55 +05:30
bendtherules 26ecc00f2f add plugin test to check intermediate steps
still need to move them to folder such that pytest tracks it automatically
2015-12-23 11:12:02 +05:30
bendtherules 24df167f52 Remove unused stuff rom template 2015-12-23 11:08:13 +05:30
bendtherules 09aae4a189 Stop gui when cant connect to redis 2015-12-23 11:07:01 +05:30
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 2494bc9923 Update todo - now that its working, fix prints and error reporting 2015-12-20 10:07:34 +05:30
bendtherules b7f7f22d89 More connection tests + check if hash is not None on gui start 2015-12-20 10:05:12 +05:30
bendtherules 3377884900 Launch one gui mistakes fixed + gui_arg added 2015-12-20 10:04:00 +05:30
bendtherules f9a4b0c5e5 Formatting correction 2015-12-20 10:02:56 +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 34b3b7d3d5 Periodic update todo 2015-12-19 22:11:29 +05:30
bendtherules 33b1c238a5 Add gui tests to todo 2015-12-18 23:30:51 +05:30
bendtherules 1e85848702 Added gui htmlpy code, todo.txt - maintain it 2015-12-18 23:28:01 +05:30
bendtherules 5d8e96543e =Periodic merge from add_plugin_tests, more tests will be merged later 2015-12-18 23:24:01 +05:30
bendtherules 02f0a440a0 Add 2 full tests for plugin + use env port for test 2015-12-18 23:06:38 +05:30
bendtherules c13240e857 Clear diect folders, part of previous commit 2015-12-13 09:11:52 +05:30
bendtherules a232924934 Move direct folders into modulenamed folder as subfolder 2015-12-13 09:09:33 +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 7ff510a926 Spread out into status_gui and status_plugin folders 2015-12-13 07:53:55 +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
bendtherules a079b6fe30 Add default .gitignore options 2015-12-13 07:30:28 +05:30
bendtherules 78bf17092a Added .gitignore 2015-12-13 07:29:24 +05:30