summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_json_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.