summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2021-04-12 09:44:42 (GMT)
committerGitHub <noreply@github.com>2021-04-12 09:44:42 (GMT)
commit06e971fc0eeaf6301ea6230c54957ac045f054a9 (patch)
tree6e595564a78220946a78fdd063a94c643e90e216 /.github
parent77d668b1221d0f8c3e9d6b6199f67aaf3c45f040 (diff)
downloadcpython-06e971fc0eeaf6301ea6230c54957ac045f054a9.zip
cpython-06e971fc0eeaf6301ea6230c54957ac045f054a9.tar.gz
cpython-06e971fc0eeaf6301ea6230c54957ac045f054a9.tar.bz2
try and get a peak at mock-related PRs before they land (#25356)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 19ac3aa..5b86d39 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