mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc update
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user