Skip to content

Commit 9b0ddc6

Browse files
committed
Use typeguard to check pytest fixture/parametrization types
1 parent 51f0cd9 commit 9b0ddc6

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
@@ -97,6 +97,7 @@ optional-dependencies.dev = [
9797
"vws-python==2024.2.19",
9898
"vws-test-fixtures==2023.3.5",
9999
"vws-web-tools==2023.12.26",
100+
"typeguard==4.3.0",
100101
]
101102
urls.Documentation = "https://vws-python-mock.readthedocs.io"
102103
urls.Source = "https://github.com/VWS-Python/vws-python-mock"
@@ -322,6 +323,9 @@ keep_full_version = true
322323

323324
xfail_strict = true
324325
log_cli = true
326+
typeguard-packages = """
327+
tests
328+
"""
325329
addopts = [
326330
"--strict-markers",
327331
]

0 commit comments

Comments
 (0)