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

This commit is contained in:
Chris Withers 2021-04-12 10:44:42 +01:00 committed by GitHub
parent 77d668b122
commit 06e971fc0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/CODEOWNERS vendored
View 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