summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-04-17Induce quoting of string scalars that start with 08 and 09Andrey Kislyuk
2024-04-15Apply blackAndrey Kislyuk
2024-04-15Add regression test for v3.3.1Andrey Kislyuk
2024-04-15Revert "Do not interpret characters that cannot be parsed in octal as int (#1...Andrey Kislyuk
2024-04-13Support in-place editing with xq/xmltodictAndrey Kislyuk
2023-10-25Do not interpret characters that cannot be parsed in octal as int (#176)Naoya Yamashita
2023-09-09test.py: use valid values for jsonargs. Fixes #172Andrey Kislyuk
2023-09-01Allow editing toml in place (#171)Josh Cannon
2023-04-23xq: Add regression tests, format help for optionsAndrey Kislyuk
2023-02-21Handle TOML datetimes. Fixes #160Andrey Kislyuk
2023-01-20Use mypy, black and isortAndrey Kislyuk
2022-07-24Use configurable output grammar, compatible with YAML 1.1Andrey Kislyuk
2022-07-05Expand merge keysAndrey Kislyuk
2022-07-04Expand test suiteAndrey Kislyuk
2022-07-03Drop YAML 1.1 boolean and timestamp resolversAndrey Kislyuk
2022-02-25Allow both variations of error message in testAndrey Kislyuk
2022-02-24Fix expected errorAndrey Kislyuk
2022-02-20Support binary and set tags. Fixes #140Andrey Kislyuk
2021-11-28Add test for entity expansionAndrey Kislyuk
2021-11-28Remove unstable test case. Fixes #114Andrey Kislyuk
2021-11-28Use CSafeLoader where available, begin configurable anchor handlingAndrey Kislyuk
2021-06-13Handle -n correctlyAndrey Kislyuk
2021-02-05Add tomlq. Drop Python 2.7 support.Andrey Kislyuk
2020-09-03Ignore broken pipe when closing stdinAndrey Kislyuk
2020-09-03Move import statement to accommodate older Python versionsAndrey Kislyuk
2020-09-03Admit error code if stdin is not a ttyAndrey Kislyuk
2020-09-02Better handling of jq_filter and files arguments (#102)Dom @ DellEMC
2020-05-28Update test.pyAndrey Kislyuk
2020-05-11Add test for #95Andrey Kislyuk
2020-05-03Support explicit doc markers. Fixes #93Andrey Kislyuk
2020-02-29Fix test_datetimes for PyYAML >=5.3Daniel M. Capella
2019-12-23Add support for in-place editingAndrey Kislyuk
2019-11-05Rename cfn.yaml to cfn.ymlAndrey Kislyuk
2019-11-05Update test.pyAndrey Kislyuk
2019-11-04Add -Y/--yaml-roundtrip for preserving YAML styles and tagsAndrey Kislyuk
2019-10-28Fix test failure for short option sortingAndrey Kislyuk
2019-10-28Filter out -C and separate commingled short optionsAndrey Kislyuk
2019-10-25Set default block sequence indentation to 2 spaces, --indentless for 0Andrey Kislyuk
2019-06-16Make main body of yq callable as a library functionAndrey Kislyuk
2019-01-09Support options introduced in jq 1.6. Fixes #46Andrey Kislyuk
2018-11-06Re-raise if exception is unrecognizedAndrey Kislyuk
2018-11-05xq: Introduce --xml-dtd and --xml-root. Fixes #37.Andrey Kislyuk
2018-08-04Rename tomlq to tqAndrey Kislyuk
2018-08-04Fixup for e06d7a5: disable workaround before 3.5Andrey Kislyuk
2018-08-04Add test for e06d7a5Andrey Kislyuk
2018-06-29Remove excessive whitespaceAndrey Kislyuk
2018-06-20Enable toml handling for yqMax Dymond
2018-06-16Fix Python 2.7 testAndrey Kislyuk
2018-06-16Cover more branches in testAndrey Kislyuk
2018-05-31Deal with non-deterministic SIGPIPE receipt in test. Fixes #30Andrey Kislyuk