mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-03 08:05:10 +01:00
better error messages and fixups
This commit is contained in:
parent
2f421daf16
commit
f705164e75
7 changed files with 155 additions and 123 deletions
|
|
@ -395,7 +395,7 @@ test:
|
|||
--cov-report term \
|
||||
--html=reports/pytest/index.html \
|
||||
--junitxml reports/pytest.xml \
|
||||
-k "$${PYTEST_FILTER}" \
|
||||
-k "$${PYTEST_FILTER-$${FLTR}}" \
|
||||
$(shell cd src/ && ls -1 */__init__.py | awk '{ sub(/\/__init__.py/, "", $$1); print "--cov "$$1 }') \
|
||||
test/ src/;
|
||||
|
||||
|
|
@ -515,7 +515,7 @@ devtest:
|
|||
--capture=no \
|
||||
--exitfirst \
|
||||
--failed-first \
|
||||
-k "$${PYTEST_FILTER}" \
|
||||
-k "$${PYTEST_FILTER-$${FLTR}}" \
|
||||
test/ src/;
|
||||
|
||||
@rm -rf "src/__pycache__";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue