Commit Graph
12 Commits
Author SHA1 Message Date
bendtherules 9f7183e6c1 Use importlib.reload for compatibility with all ver of python 2015-12-30 08:56:42 +05:30
bendtherules 3351b20194 Ignore self as plugin while self test + minor cleanup 2015-12-29 22:46:14 +05:30
bendtherules 1533bce400 env config test passing, update todo - add to pytest.ini 2015-12-29 11:39:06 +05:30
bendtherules 69c59a9f8b Add env config test 2015-12-29 10:38:52 +05:30
bendtherules dff21fce37 Use env REDIS_ARGS, REDIS_PATH and port in caps 2015-12-25 18:26:27 +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 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 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 f9a4b0c5e5 Formatting correction 2015-12-20 10:02:56 +05:30
bendtherules 02f0a440a0 Add 2 full tests for plugin + use env port for test 2015-12-18 23:06:38 +05:30