1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc update

This commit is contained in:
Kelly Brazil
2023-09-30 15:34:29 -07:00
parent d3c7cec333
commit eae1d4b89a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
jc changelog jc changelog
20230930 v1.23.5 20230930 v1.23.5
- Add `host` command parser
- TODO: Fix `pidstat` command parser when using `-T ALL` - TODO: Fix `pidstat` command parser when using `-T ALL`
- Fix `x509-cert` parser to allow negative serial numbers - Fix `x509-cert` parser to allow negative serial numbers
- Fix `x509-cert` parser for cases when bitstrings are larger than standard - Fix `x509-cert` parser for cases when bitstrings are larger than standard

View File

@ -28,7 +28,7 @@ class MyTests(unittest.TestCase):
cls.f_in[file] = a.read() cls.f_in[file] = a.read()
cls.f_json[file] = json.loads(b.read()) cls.f_json[file] = json.loads(b.read())
# host cannot run without input (will only display help) # host cannot run without input (will only display help)
def test_host_nodata(self): def test_host_nodata(self):
""" """
Test 'host' with no data Test 'host' with no data