From 28ed17ad3bce866e5dc0179ef5de43380ac6ace1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 10 Jul 2020 15:45:21 -0700 Subject: [PATCH] add parser_count test to test_cli_about_jc --- tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 16c9868f..092fe83d 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -176,3 +176,4 @@ class MyTests(unittest.TestCase): def test_cli_about_jc(self): self.assertEqual(jc.cli.about_jc()['name'], 'jc') + self.assertGreaterEqual(jc.cli.about_jc()['parser_count'], 50)