summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-output-test.py
Commit message (Collapse)AuthorAgeFilesLines
* gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-231-1/+1
| | | | | | | | This makes the behavior consistent when GTEST_STACK_TRACE_DEPTH is set to zero and not: there is always vertical whitespace separating failure messages. PiperOrigin-RevId: 518744611 Change-Id: I5b4af40633849850660504c3f497a76601d4311d
* Fix Python docstrings to match style guideTom Hughes2023-01-261-2/+5
| | | | | | | https://google.github.io/styleguide/pyguide.html#s3.8.3-functions-and-methods PiperOrigin-RevId: 504857416 Change-Id: I7815ce27e454a120b3974ae7e2bea952108b836c
* Fix formatting in subset of Python filesTom Hughes2023-01-251-64/+100
| | | | | | | | 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
* 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 Team2019-12-051-1/+1
| | | | | | Internal change PiperOrigin-RevId: 283948137
* Googletest exportAbseil Team2019-11-261-1/+1
| | | | | | | | Make generating goldens work with Python 3 golden_file.write(output) fails with Python 3 with: TypeError: a bytes-like object is required, not 'str' PiperOrigin-RevId: 282316101
* Googletest exportmisterg2019-01-021-1/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Fix Python3 supportPeter Levine2018-09-141-1/+1
|
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-3/+1
|
* formatting and small changes related to code management, no functionality ↵Gennadiy Civil2018-08-091-6/+5
| | | | changes
* googletest-output-test changesGennadiy Civil2018-08-011-0/+350