diff options
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 077c617..d18309a 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -29,3 +29,6 @@ class TestExamples(unittest.TestCase): def test_eval_arith(self): self._run("eval_arith") + + def test_select_parser(self): + self._run("select_parser") |