summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_json_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-031-0/+3
| | | | Fix the gap between JSON and XML output.
* Fix formatting in subset of Python filesTom Hughes2023-01-251-0/+2
| | | | | | | | These files were formatted with automated tools. The remaining Python files require some manual fix ups, so they will be fixed separately. PiperOrigin-RevId: 504579820 Change-Id: I3923bd414bffe3ded6163ec496cd09ace3951928
* Add support for testing of xml and json output of source file and line locationSzymon Sobik2022-03-081-0/+2
|
* merges-6refs/pull/1491/headGennadiy Civil2018-03-051-1/+1
|
* Support JSON output format in addition to XMLPetr Hosek2018-02-281-0/+60
This change allows emitting output in JSON format in addition to the already supported XML format. The implementation as well as the file structure is intentionally modelled after the XML one.