Skip to content

Commit 32bfbac

Browse files
committed
Use typeguard to check pytest fixture/parametrization types
1 parent a5ef89e commit 32bfbac

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
@@ -67,6 +67,7 @@ optional-dependencies.dev = [
6767
"vulture==2.11",
6868
"vws-python-mock==2024.7.15",
6969
"vws-test-fixtures==2023.3.5",
70+
"typeguard==4.3.0",
7071
]
7172
urls.Documentation = "https://vws-python.readthedocs.io/en/latest/"
7273
urls.Source = "https://github.com/VWS-Python/vws-python"
@@ -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)