Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Reading, UK
- Sign in to view email
Pinned
782 contributions in the last year
Contribution activity
January 2020
Created a pull request in testing-cabal/mock that received 9 comments
- bpo-17013: New mock to wait for multi-threaded events to happen
- bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock
- [3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
- bpo-37955: mock.patch incorrect reference to Mock
- bpo-38932: Make Mock.reset_mock() pass return_value and side_effect values to reset_mock on child mock objects
- bpo-39082: Allow AsyncMock to correctly patch static/class methods
- bpo-38473: Handle autospecced functions and methods used with attach_mock