|
|
@ -50,7 +50,7 @@ lint: ## check style with flake8 |
|
|
|
flake8 ordr2 tests |
|
|
|
flake8 ordr2 tests |
|
|
|
|
|
|
|
|
|
|
|
test: ## run tests quickly with the default Python
|
|
|
|
test: ## run tests quickly with the default Python
|
|
|
|
py.test |
|
|
|
py.test --lf |
|
|
|
|
|
|
|
|
|
|
|
coverage: ## check code coverage quickly with the default Python
|
|
|
|
coverage: ## check code coverage quickly with the default Python
|
|
|
|
coverage run --source ordr2 -m pytest |
|
|
|
coverage run --source ordr2 -m pytest |
|
|
|