Browse Source

Fix 'make test'

only tests in 'tests' are pytests
Release_3.2
heck 2 years ago
parent
commit
a67e09ae69
  1. 2
      Makefile

2
Makefile

@ -61,7 +61,7 @@ install-test: compile
pip3 install .[test] pip3 install .[test]
test: test:
pytest pytest tests
# Development # Development

Loading…
Cancel
Save