summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_xml_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix spellingrefs/pull/4227/headVertexwahn2023-04-251-1/+1
|
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-021-1/+3
| | | | | | | is an exact N seconds. PiperOrigin-RevId: 506610898 Change-Id: Idcd705c719e0e721148c350c8a14f27b9eb5c4f7
* Fix formatting in Python filesTom Hughes2023-01-261-11/+16
| | | | | PiperOrigin-RevId: 504890435 Change-Id: Ia9a89d0d7a07fe70c12f7f0202c8256c94d2f118
* Fix Python docstrings to match style guideTom Hughes2023-01-261-15/+29
| | | | | | | https://google.github.io/styleguide/pyguide.html#s3.8.3-functions-and-methods PiperOrigin-RevId: 504857416 Change-Id: I7815ce27e454a120b3974ae7e2bea952108b836c
* Replace deprecated python callsTom Hughes2023-01-171-29/+49
| | | | | | | | assert_ -> assertTrue/assertFalse/assertIn/assertNotIn assertEquals -> assertEqual PiperOrigin-RevId: 502654909 Change-Id: I25d30095a83c3806606cb80d676b3c979495e6bd
* 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