summaryrefslogtreecommitdiff
path: root/oslotest/mock_fixture.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to unittest.mock from mock4.1.0Monty Taylor2020-03-291-15/+22
* Merge "mock: Perform patch's autospec checks on __enter__"Zuul2018-05-181-5/+5
|\
| * mock: Perform patch's autospec checks on __enter__Claudiu Belu2018-05-071-5/+5
* | mock: Apply autospec to a mock's return_valueClaudiu Belu2018-03-291-1/+7
|/
* mock: Properly patch mock.MagicMock3.4.1Claudiu Belu2018-03-281-1/+1
* mock: Fixes mock.patch.multiple autospecClaudiu Belu2018-01-091-1/+6
* Adds mock autospec fixtureClaudiu Belu2018-01-061-0/+185