Fix codestyle

This commit is contained in:
Michael Elovskikh
2016-10-03 15:29:08 +05:00
parent d5ba3804bb
commit ffcbe44685

View File

@@ -38,7 +38,7 @@ def pytest_addoption(parser):
"load: send each test to available environment.\n\n" "load: send each test to available environment.\n\n"
"(default) no: run tests inprocess, don't distribute.")) "(default) no: run tests inprocess, don't distribute."))
group._addoption('--dc', dest='distcustom', group._addoption('--dc', dest='distcustom',
help="Custom scheduler implementation") help="Custom scheduler implementation")
group._addoption( group._addoption(
'--tx', dest="tx", action="append", default=[], '--tx', dest="tx", action="append", default=[],
metavar="xspec", metavar="xspec",