summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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")