Fix codestyle
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user