rally/tests/benchmark/runners
Olga Kopylova c800370cfd Fix hacking 0.9.x issues
Fixed issues:
H202 assertRaises Exception too broad
H305 imports not grouped correctly
H307 like imports should be grouped together
H405 multi line docstring summary not separated with an empty line
H904 Wrap long lines in parentheses instead of a backslash
E122 continuation line missing indentation or outdented
E128 continuation line under-indented for visual indent
E131 continuation line unaligned for hanging indent
E251 unexpected spaces around keyword / parameter equals
E265 block comment should start with '# '

Change-Id: Ia2b8994c58686e3570f303f0725a2850d6b36e47
2014-06-18 14:59:18 +03:00
..
__init__.py Implement ScenarioRunner execution types via inheritance 2014-02-09 17:08:49 +04:00
test_base.py pass id or name of resources in scenario config 2014-06-03 07:19:00 +00:00
test_constant.py Runner Type as consts 2014-04-24 11:46:33 +08:00
test_periodic.py Replace non-documented ThreadPool with multiprocessing.Pool 2014-05-07 01:08:06 +08:00
test_serial.py Fix hacking 0.9.x issues 2014-06-18 14:59:18 +03:00