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
841 contributions in the last year
Contribution activity
February 1, 2020
cjw296 has no activity
yet for this period.
January 2020
Created a pull request in testing-cabal/mock that received 12 comments
- bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription
- bpo-39485: fix corner-case in method-detection of mock
- Improve grammar in the import system reference documentation
- bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock
- bpo-17013: New mock to wait for multi-threaded events to happen
- [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