Skip to content

Commit cffa498

Browse files
committed
allow running unit and integration tests separately
1 parent 4e05aa7 commit cffa498

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ lint-ci:
1414
test:
1515
pytest
1616

17+
test-unit:
18+
pytest src/tests/unit
19+
20+
test-integration:
21+
pytest src/tests/integration
22+
1723
coverage:
1824
coverage run -m pytest && coverage report
1925

0 commit comments

Comments
 (0)