summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2019-07-06 00:37:39 -0500
committerPaul McGuire <ptmcg@austin.rr.com>2019-07-06 00:37:39 -0500
commit9ceaeb15f3054ba798392374437444815ac45d17 (patch)
treef58baec53919e6fd2b5287d48e8b01f252f273cc
parentffee388a149836b1f8d128bc953c1b0363cee82b (diff)
downloadpyparsing-git-9ceaeb15f3054ba798392374437444815ac45d17.tar.gz
Run *all* the unit tests!
-rw-r--r--unitTests.py1
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: