mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20220120 v1.18.0
|
20220121 v1.18.0
|
||||||
- Add high-level parse API for built-in and plugin parsers
|
- Add high-level parse API for built-in and plugin parsers
|
||||||
- Add python module developer documentation
|
- Add python module developer documentation
|
||||||
- Documentation formatting enhancements
|
- Enhance magic syntax exception messages
|
||||||
|
- Enhance documentation
|
||||||
|
|
||||||
20220106 v1.17.7
|
20220106 v1.17.7
|
||||||
- Add stat command streaming parser tested on linux and macOS
|
- Add stat command streaming parser tested on linux and macOS
|
||||||
|
@ -38,6 +38,7 @@ class MyTests(unittest.TestCase):
|
|||||||
self.assertIsInstance(jc.lib.plugin_parser_mod_list(), list)
|
self.assertIsInstance(jc.lib.plugin_parser_mod_list(), list)
|
||||||
|
|
||||||
def test_lib_plugin_parser_mod_list_length_is_zero(self):
|
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)
|
self.assertEqual(len(jc.lib.plugin_parser_mod_list()), 0)
|
||||||
|
|
||||||
def test_lib_cliname_to_modname(self):
|
def test_lib_cliname_to_modname(self):
|
||||||
|
Reference in New Issue
Block a user