1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-22 00:28:15 +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

@@ -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):