diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2015-10-24 21:28:15 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2015-10-24 21:28:15 +0000 |
commit | 59278a1d1569c9ef720e3db591bc3feaa52c4b05 (patch) | |
tree | 0eb0b96cc37d4e0f81d1b2d8673302b324d6b49a /src | |
parent | 58ce442329c56904d225e0b34873cb144e05593e (diff) | |
download | pyparsing-git-59278a1d1569c9ef720e3db591bc3feaa52c4b05.tar.gz |
Restore unit tests to perform all tests
Diffstat (limited to 'src')
-rw-r--r-- | src/unitTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unitTests.py b/src/unitTests.py index 76dc394..10ad99e 100644 --- a/src/unitTests.py +++ b/src/unitTests.py @@ -2492,8 +2492,8 @@ console = True if console:
#~ # console mode
testRunner = TextTestRunner()
- #~ testRunner.run( makeTestSuite() )
- testRunner.run( makeTestSuiteTemp() )
+ testRunner.run( makeTestSuite() )
+ #~ testRunner.run( makeTestSuiteTemp() )
#~ lp.run("testRunner.run( makeTestSuite() )")
else:
# HTML mode
|