summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2021-04-12 10:44:42 +0100
committerGitHub <noreply@github.com>2021-04-12 10:44:42 +0100
commit06e971fc0eeaf6301ea6230c54957ac045f054a9 (patch)
tree6e595564a78220946a78fdd063a94c643e90e216
parent77d668b1221d0f8c3e9d6b6199f67aaf3c45f040 (diff)
downloadcpython-git-06e971fc0eeaf6301ea6230c54957ac045f054a9.tar.gz
try and get a peak at mock-related PRs before they land (#25356)
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 19ac3aac71..5b86d39dc9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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