Skip to content

Commit

Permalink
Also make sure to pass type checking on the type tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Sep 26, 2023
1 parent 1dfe84a commit b5fbc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/_tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_harness() -> None:


@pytest.mark.parametrize("checker", type_checkers)
def test_socket_functools_wrap(checker) -> None:
def test_socket_functools_wrap(checker: str) -> None:
# https://github.com/python-trio/trio/issues/2775#issuecomment-1702267589
# (except platform independent...)
assert check_file(

Check warning on line 68 in trio/_tests/test_types.py

View check run for this annotation

Codecov / codecov/patch

trio/_tests/test_types.py#L68

Added line #L68 was not covered by tests
Expand Down

0 comments on commit b5fbc06

Please sign in to comment.