We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7949bb commit b4f2dd1Copy full SHA for b4f2dd1
test/haystack/test_cli.py
@@ -28,6 +28,7 @@ def captured_output():
28
29
class TestCLI(SrcTests):
30
31
+ @unittest.skip('argparse kills the run')
32
def test_cli_usage(self):
33
# check the helper desc
34
# use buffered mode
0 commit comments