-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
[testenv:mypy]
deps =
mypy
commands =
- # do not lint tests yet; waiting for pytest 6.0 release
mypy --strict src {posargs}
and
[pytest]
-# only collect intended test classes, e.g. TestSaving
-# do not collect e.g. TestingFileStorage
python_classes = Test[A-Z]*
whereas the first "bug" is pretty nice, as pytest 6.0 got released already some time ago :-)
hugovk, Djailla, ssbarnea, jenstroeger, tpvasconcelos and 4 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working