diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-06 00:37:39 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-06 00:37:39 -0500 |
commit | 9ceaeb15f3054ba798392374437444815ac45d17 (patch) | |
tree | f58baec53919e6fd2b5287d48e8b01f252f273cc | |
parent | ffee388a149836b1f8d128bc953c1b0363cee82b (diff) | |
download | pyparsing-git-9ceaeb15f3054ba798392374437444815ac45d17.tar.gz |
Run *all* the unit tests!
-rw-r--r-- | unitTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unitTests.py b/unitTests.py index b024b14..480125d 100644 --- a/unitTests.py +++ b/unitTests.py @@ -4672,7 +4672,6 @@ if __name__ == '__main__': # run specific tests by including them in this list, otherwise # all tests will be run testclasses = [ - SkipToParserTests ] if not testclasses: |