From: Chris Withers Date: Mon, 12 Apr 2021 09:44:42 +0000 (+0100) Subject: try and get a peak at mock-related PRs before they land (#25356) X-Git-Tag: v3.10.0b1~323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06e971fc0eeaf6301ea6230c54957ac045f054a9;p=thirdparty%2FPython%2Fcpython.git try and get a peak at mock-related PRs before they land (#25356) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 19ac3aac713f..5b86d39dc9c2 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