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:
@ -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)
|
||||
|
Reference in New Issue
Block a user