Browse Source

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

pull/25361/head
Chris Withers 5 years ago
committed by GitHub
parent
commit
06e971fc0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/CODEOWNERS

4
.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

Loading…
Cancel
Save