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 8e63beb..8137816 100644
--- a/tests/test_examples.py
+++ b/tests/test_examples.py
@@ -45,3 +45,6 @@ class TestExamples(unittest.TestCase):
def test_lucene_grammar(self):
self._run("lucene_grammar")
+
+ def test_range_check(self):
+ self._run("range_check")