summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-env-var-test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting in subset of Python filesTom Hughes2023-01-251-1/+1
| | | | | | | | 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
* Merge branch 'master' into quiet-flagrefs/pull/2751/headvslashg2020-03-271-0/+2
|\
| * Googletest exportAbseil Team2020-03-241-0/+2
| | | | | | | | | | | | | | | | | | | | Add --gtest_fail_fast support to googletest. - Analogous functionality to to golang -test.failfast and python --failfast - Stops test execution upon first test failure. - Also add support Bazel equivalent env var (TESTBRIDGE_TEST_RUNNER_FAIL_FAST) PiperOrigin-RevId: 302488880
* | Add GTEST_BRIEF optionCalum Robinson2020-03-191-0/+1
|/ | | | Only prints failures and a total pass count
* Fix Python3 supportPeter Levine2018-09-141-2/+2
|
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-2/+0
|
* changes for googletest env var testGennadiy Civil2018-08-011-0/+119