@ -56,17 +56,22 @@ lint: ## reformat with black and check style with flake8
@@ -56,17 +56,22 @@ lint: ## reformat with black and check style with flake8
black ordr3 tests
flake8 ordr3 tests
test:lint## run tests quickly with the default Python
pytest tests -x --disable-warnings -m "not fun"
test:lint## run tests quickly, stop on first error