From eae1d4b89a6a8ab751b624c0272c7c7bdf8e4fc8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 30 Sep 2023 15:34:29 -0700 Subject: [PATCH] doc update --- CHANGELOG | 1 + tests/test_host.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dab10398..2921f824 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ jc changelog 20230930 v1.23.5 +- Add `host` command parser - TODO: Fix `pidstat` command parser when using `-T ALL` - Fix `x509-cert` parser to allow negative serial numbers - Fix `x509-cert` parser for cases when bitstrings are larger than standard diff --git a/tests/test_host.py b/tests/test_host.py index 0aecb4cf..47d024bb 100644 --- a/tests/test_host.py +++ b/tests/test_host.py @@ -28,7 +28,7 @@ class MyTests(unittest.TestCase): cls.f_in[file] = a.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): """ Test 'host' with no data