Merge "Block comment PEP8 fix."
This commit is contained in:
commit
161e08df10
@ -1290,7 +1290,7 @@ class TestParsing(TestBase):
|
|||||||
self.assertTrue(out.find('[--key <api_key>]') > 0)
|
self.assertTrue(out.find('[--key <api_key>]') > 0)
|
||||||
self.assertEqual(-1, out.find('--os-username=<auth-user-name>'))
|
self.assertEqual(-1, out.find('--os-username=<auth-user-name>'))
|
||||||
|
|
||||||
## --os-help return os options help
|
# --os-help return os options help
|
||||||
opts = {}
|
opts = {}
|
||||||
args = _make_args("", opts, os_opts)
|
args = _make_args("", opts, os_opts)
|
||||||
with CaptureOutput() as out:
|
with CaptureOutput() as out:
|
||||||
|
2
tox.ini
2
tox.ini
@ -50,4 +50,4 @@ commands=
|
|||||||
ignore = H
|
ignore = H
|
||||||
select = H102, H103, H201, H501, H903
|
select = H102, H103, H201, H501, H903
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,test,*egg
|
exclude = .venv,.tox,dist,doc,*egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user