]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
try and get a peak at mock-related PRs before they land (#25356)
authorChris Withers <chris@withers.org>
Mon, 12 Apr 2021 09:44:42 +0000 (10:44 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 09:44:42 +0000 (10:44 +0100)
.github/CODEOWNERS

index 19ac3aac713fca0ecbb2f097cf1dd763aeadf209..5b86d39dc9c259bb9a7d4bc041e67ca82aeb6a6e 100644 (file)
@@ -91,6 +91,10 @@ Parser/asdl.py                @isidentical
 Parser/asdl_c.py              @isidentical
 Lib/ast.py                    @isidentical
 
+# Mock
+/Lib/unittest/mock.py         @cjw296
+/Lib/unittest/test/testmock/* @cjw296
+
 # SQLite 3
 **/*sqlite*                   @berkerpeksag