Skip to content

Commit 8416287

Browse files
committed
Don't test examples by default
1 parent bc89165 commit 8416287

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ typecheck:
2323
$(PYTHON) -m mypy src tests
2424

2525
unittest:
26-
$(PYTHON) -m pytest
26+
$(PYTHON) -m pytest tests
27+
28+
exampletest:
29+
$(PYTHON) -m pytest examples
2730

2831
coverage: typecheck
2932
coverage run -m unittest discover

tests/examples

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)