Browse Source

Exclude manual test runner from coverage

pull/14557/head
lif 7 months ago
parent
commit
70bd7a592e
  1. 2
      tests/test_annotated_forward_ref.py

2
tests/test_annotated_forward_ref.py

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

Loading…
Cancel
Save