Update Makefile

add `python -m` to the Makefile `test` command
This commit is contained in:
Paul Robinson
2024-04-15 12:44:13 -06:00
committed by GitHub
parent 74f0a2fac9
commit 6a869e7d24

View File

@ -32,7 +32,7 @@ lint:
)
test:
pytest tests
python -m pytest tests
autobuild-docs:
sphinx-autobuild --open-browser docs docs/_build/html