aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_output_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Renames test script flags.vladlosev2010-05-131-1/+1
|
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad ↵zhanyong.wan2009-12-011-2/+1
| | | | Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev).
* Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the ↵zhanyong.wan2009-11-241-58/+9
| | | | Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
* Improves the error message for leaked mocks to include the test name (by ↵zhanyong.wan2009-05-051-9/+39
| | | | Zhanyong Wan).
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-1/+1
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+200
build correctly yet.