Exclude manual test runner from coverage

This commit is contained in:
lif 2025-12-21 17:48:32 +08:00
parent 831fd18892
commit 70bd7a592e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def test_openapi_schema():
)
if __name__ == "__main__":
if __name__ == "__main__": # pragma: no cover
test_annotated_forward_ref()
test_openapi_schema()
print("All tests passed!")