|
|
|
@ -60,7 +60,7 @@ test: ## run tests quickly with the default Python
@@ -60,7 +60,7 @@ test: ## run tests quickly with the default Python
|
|
|
|
|
pytest tests -x --disable-warnings --random-order --failed-first |
|
|
|
|
|
|
|
|
|
coverage: ## full test suite, check code coverage and open coverage report
|
|
|
|
|
pytest tests --random-order --cov=sensospot_data |
|
|
|
|
pytest tests --random-order --random-order-bucket=global --cov=sensospot_data |
|
|
|
|
coverage html |
|
|
|
|
$(BROWSER) htmlcov/index.html |
|
|
|
|
|
|
|
|
|