We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc89165 commit 8416287Copy full SHA for 8416287
Makefile
@@ -23,7 +23,10 @@ typecheck:
23
$(PYTHON) -m mypy src tests
24
25
unittest:
26
- $(PYTHON) -m pytest
+ $(PYTHON) -m pytest tests
27
+
28
+exampletest:
29
+ $(PYTHON) -m pytest examples
30
31
coverage: typecheck
32
coverage run -m unittest discover
tests/examples
0 commit comments