Skip to content

Commit 208ac2e

Browse files
Merge pull request #2305 from VWS-Python/typeguard-tests
Use typeguard to check pytest fixture/parametrization types
2 parents a5ef89e + 3f18f33 commit 208ac2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ optional-dependencies.dev = [
6363
"sphinx-substitution-extensions==2024.8.6",
6464
"sphinxcontrib-spelling==8",
6565
"sybil==6.1.1",
66+
"typeguard==4.3.0",
6667
"types-requests==2.32.0.20240712",
6768
"vulture==2.11",
6869
"vws-python-mock==2024.7.15",
@@ -277,6 +278,9 @@ keep_full_version = true
277278

278279
xfail_strict = true
279280
log_cli = true
281+
typeguard-packages = """
282+
tests
283+
"""
280284

281285
[tool.coverage.run]
282286

0 commit comments

Comments
 (0)