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

doc update

This commit is contained in:
Kelly Brazil
2022-01-21 12:15:16 -08:00
parent a13dde12af
commit 0a9279ae6b
2 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@ class MyTests(unittest.TestCase):
self.assertIsInstance(jc.lib.plugin_parser_mod_list(), list)
def test_lib_plugin_parser_mod_list_length_is_zero(self):
"""Ensure there are no plugin parsers present during test/build."""
self.assertEqual(len(jc.lib.plugin_parser_mod_list()), 0)
def test_lib_cliname_to_modname(self):