temp
This commit is contained in:
parent
7fa985a88c
commit
5e88561c18
1 changed files with 1 additions and 1 deletions
|
|
@ -103,10 +103,10 @@ class TestCliIntegration:
|
||||||
import pprint
|
import pprint
|
||||||
|
|
||||||
pprint.pprint(result.stderr)
|
pprint.pprint(result.stderr)
|
||||||
raise e
|
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
os.unlink(temp_file)
|
os.unlink(temp_file)
|
||||||
|
assert 1 == 0
|
||||||
|
|
||||||
def test_config_subcommands(self):
|
def test_config_subcommands(self):
|
||||||
"""Test config subcommands help"""
|
"""Test config subcommands help"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue