1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

update tests

This commit is contained in:
Kelly Brazil
2025-07-24 13:02:37 -07:00
parent 6afa6b449e
commit 6e49c87575
12 changed files with 14 additions and 12 deletions

View File

@ -1,8 +1,10 @@
jc changelog
20250518 v1.25.6
20250724 v1.25.6
- Add `x509-crl` file parser to support Certificate Revocation List PEM and DER files
- Fix `nmcli` command parser to support blank `team.config` JSON value and `team-port.config` JSON value
- Fix `top` command parsers to correct memory size field parsing. Several new unit
and byte conversion fields have been added
20250503 v1.25.5
- Add `amixer` command parser

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@ from jc.exceptions import ParseError
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
# To create streaming output use:
# $ cat top.out | jc --top-s | jello -c > top-streaming.json
# $ cat top.out | jc --top-s | jq -cs > top-streaming.json
class MyTests(unittest.TestCase):