diff options
author | ptmcg <ptmcg@austin.rr.com> | 2022-07-09 09:30:50 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2022-07-09 09:30:50 -0500 |
commit | 9a4e9b4c428699e6610291fd3c724322118b3da6 (patch) | |
tree | c58b093a64d04d58cb2e5d2a7b3f9fdce4278741 /tests/test_examples.py | |
parent | e41baee795d8731c02f31a45fa5694a4a4e7523c (diff) | |
download | pyparsing-git-9a4e9b4c428699e6610291fd3c724322118b3da6.tar.gz |
Add booleansearchparser.py to test_examples
Diffstat (limited to 'tests/test_examples.py')
-rw-r--r-- | tests/test_examples.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_examples.py b/tests/test_examples.py index 40b8866..1fdc794 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -33,3 +33,6 @@ class TestExamples(unittest.TestCase): def test_select_parser(self): self._run("select_parser") + + def test_booleansearchparser(self): + self._run("booleansearchparser")
\ No newline at end of file |