We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb84d2 commit 76be64aCopy full SHA for 76be64a
1 file changed
tests.py
@@ -18,7 +18,7 @@
18
19
extra_args = []
20
21
- parser = argparse.ArgumentParser()
+ parser = argparse.ArgumentParser(add_help=False)
22
parser.add_argument('--no-pep8', action='store_true',
23
help='Run all tests except PEP8 testing')
24
parser.add_argument('--pep8', action='store_true',
0 commit comments