aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* makes googlemock generator handle some class templates; pulls in gtest r662zhanyong.wan2013-09-061-3/+4
|
* Renames test script flags.vladlosev2010-05-131-58/+2
|
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad ↵zhanyong.wan2009-12-011-1/+10
| | | | 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-4/+36
| | | | Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
* Removes gmock's dependency on python2.4.zhanyong.wan2009-09-221-1/+1
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+126
build correctly yet.