Skip to content

Commit 799ab5e

Browse files
committed
test types during tests with typeguard
1 parent 087a00f commit 799ab5e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def get_version_and_cmdclass(package_name):
5252
"pytest-timeout",
5353
"pre_commit",
5454
"pandas",
55+
"typeguard",
5556
],
5657
"other": [
5758
"dill",

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ testpaths = adaptive
77
addopts =
88
--durations=5
99
--cov --cov-append --cov-fail-under=70 -vvv --cov-report=
10+
--typeguard-packages adaptive
1011
norecursedirs =
1112
docs
1213

0 commit comments

Comments
 (0)