mirror of
https://github.com/python/cpython.git
synced 2025-11-17 09:30:10 +00:00
gh-107713: Reduce usage of mocks in test_clinic.py (#107714)
This commit is contained in:
parent
8c9af6b9a0
commit
c399b5e1a5
2 changed files with 22 additions and 87 deletions
|
|
@ -2424,6 +2424,9 @@ impl_definition block
|
|||
|
||||
return module, cls
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return "<clinic.Clinic object>"
|
||||
|
||||
|
||||
def parse_file(
|
||||
filename: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue