summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2022-07-09 14:44:07 -0500
committerptmcg <ptmcg@austin.rr.com>2022-07-09 14:44:07 -0500
commit1016f59d3f302aae71250a81acd0f6a2dc37c4f5 (patch)
treeacbcaa4b6e0e29501cf7b85d832fd4bf55352768 /tests
parent7994f6f1cf3c05a9cd2d0e047caa782a8c0826f1 (diff)
downloadpyparsing-git-1016f59d3f302aae71250a81acd0f6a2dc37c4f5.tar.gz
Add booleansearchparser.py to test_examples for inclusion in pytest runs
Diffstat (limited to 'tests')
-rw-r--r--tests/test_examples.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_examples.py b/tests/test_examples.py
index 40b8866..cea8372 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")