We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16decf + a99022f commit 4a497c2Copy full SHA for 4a497c2
1 file changed
conftest.py
@@ -18,6 +18,7 @@
18
)
19
20
21
+@beartype
22
def pytest_collection_modifyitems(items: list[pytest.Item]) -> None:
23
"""Apply the beartype decorator to all collected test functions."""
24
for item in items:
0 commit comments