gh-107713: Reduce usage of mocks in test_clinic.py (#107714)

This commit is contained in:
Alex Waygood 2023-08-07 14:26:49 +01:00 committed by GitHub
parent 8c9af6b9a0
commit c399b5e1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 87 deletions

View file

@ -2424,6 +2424,9 @@ impl_definition block
return module, cls
def __repr__(self) -> str:
return "<clinic.Clinic object>"
def parse_file(
filename: str,