[Python-checkins] try and get a peak at mock-related PRs before they land (#25356)

cjw296 webhook-mailer at python.org
Mon Apr 12 05:44:54 EDT 2021


https://github.com/python/cpython/commit/06e971fc0eeaf6301ea6230c54957ac045f054a9
commit: 06e971fc0eeaf6301ea6230c54957ac045f054a9
branch: master
author: Chris Withers <chris at withers.org>
committer: cjw296 <chris at withers.org>
date: 2021-04-12T10:44:42+01:00
summary:

try and get a peak at mock-related PRs before they land (#25356)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 19ac3aac713fc..5b86d39dc9c25 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
 



More information about the Python-checkins mailing list