summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_xml_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/+4
|
* Makes the Python imports consistently use full paths from the repository root,Derek Mauro2021-12-221-1/+1
| | | | | | | | | unifying the behavior between Bazel and CMake This fixes one of the CI failures on Windows PiperOrigin-RevId: 417872531 Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
* Googletest exportAbseil Team2021-03-251-2/+2
| | | | | | Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
* Googletest exportAbseil Team2020-09-011-1/+1
| | | | | | | | | Add millisecond precision to start timestamp in XML/JSON output - Previous timestamp had format YYYY-MM-DDThh:mm:ss, now YYYY-MM-DDThh:mm:ss.sss - This conforms to the ISO 8601 standard PiperOrigin-RevId: 329503623
* Fixed xml unit-tests and added extra testsMario Voorsluys2020-03-261-1/+2
| | | | | The extra tests check that the xml output is correct when a failure occurs before skipping, and that the right skip message is added to the file. The json file had to be fixed because it's the same executable.
* Googletest exportAbseil Team2019-07-261-1/+1
| | | | | | | | Adds ISO8601 timestamps to XML output and RFC3339 timestamps to JSON output. Adds timestamps to testsuites, testsuite and testcases structured JSON/XML output for better reporting how/where time is spent on tests. PiperOrigin-RevId: 260039817
* Fix Python3 supportPeter Levine2018-09-141-1/+1
|
* Merging, XML testsrefs/pull/1497/headGennadiy Civil2018-03-071-13/+22
|
* Many code merge/upstream changesGennadiy Civil2018-01-231-3/+1
|
* Merging, upstream http://cl/182836545Gennadiy Civil2018-01-231-1/+0
|
* merges, cl/155419551 and otherGennadiy Civil2018-01-221-9/+5
|
* add python 3 support to testsThomas Amland2016-01-191-1/+1
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+194