1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add parser_count test to test_cli_about_jc

This commit is contained in:
Kelly Brazil
2020-07-10 15:45:21 -07:00
parent 0c2a4e2bf7
commit 28ed17ad3b

View File

@ -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)