move slower unit tests to unitslow

This commit is contained in:
Mike Kinney
2022-01-05 21:12:50 -08:00
parent 6c7a870645
commit cba424fde0
5 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ lint:
# show the slowest unit tests
slow:
pytest --durations=5
pytest -m unit --durations=5
# run the coverage report and open results in a browser
cov: