8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9abb1 commit 3faf8f5Copy full SHA for 3faf8f5
tests/runtests.py
@@ -13,9 +13,9 @@ def buildTestSuite():
13
def main():
14
# the following is temporary while the unit tests for parse errors are
15
# still in flux
16
- if '-p' in sys.argv: # suppress check for parse errors
+ if '-p' in sys.argv: # enable check for parse errors
17
import test_parser
18
- test_parser.checkParseErrors = False
+ test_parser.checkParseErrors = True
19
20
results = unittest.TextTestRunner().run(buildTestSuite())
21
if not results.wasSuccessful(): sys.exit(1)
0 commit comments