mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-06 22:32:54 +02:00
update tests
This commit is contained in:
@ -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
2
tests/fixtures/centos-7.7/top-b-n1-gib.json
vendored
2
tests/fixtures/centos-7.7/top-b-n1-gib.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
tests/fixtures/centos-7.7/top-b-n3.json
vendored
2
tests/fixtures/centos-7.7/top-b-n3.json
vendored
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
2
tests/fixtures/ubuntu-20.10/top-b-n1.json
vendored
2
tests/fixtures/ubuntu-20.10/top-b-n1.json
vendored
File diff suppressed because one or more lines are too long
@ -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):
|
||||
|
Reference in New Issue
Block a user