summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-28 21:42:27 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-28 21:42:27 -0700
commit64f13fe7ac23efdf72e0157af27c87adfc9ea577 (patch)
treed6112a9e274f3062f512f38030f48d2f981f73e3 /tox.ini
parent90c68f35105361130c39c0fb4c4f62933304ae17 (diff)
downloadnatsort-64f13fe7ac23efdf72e0157af27c87adfc9ea577.tar.gz
Add type annotations to tests
That was... a lot. There are still errors in the os_sorted tests, but that requires me to rethink some typing decisions in the main code so that will be for a future commit.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fb2c58f..7bc66bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,8 +56,11 @@ skip_install = true
[testenv:mypy]
deps =
mypy
+ hypothesis
+ pytest
+ pytest-mock
commands =
- mypy --strict natsort
+ mypy --strict natsort tests
skip_install = true
# Build documentation.