parent
90865e56b3
commit
acdb8c645b
@ -1,9 +1,12 @@
|
|||||||
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
|
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
|
||||||
|
|
||||||
|
docs:
|
||||||
|
mkdocs build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pytest $(PYTEST_ARGS)
|
pytest $(PYTEST_ARGS)
|
||||||
|
|
||||||
test-watch:
|
test-watch:
|
||||||
pytest-watch -- $(PYTEST_ARGS)
|
pytest-watch -- $(PYTEST_ARGS)
|
||||||
|
|
||||||
.PHONY: test test-watch
|
.PHONY: test test-watch docs
|
||||||
|
Loading…
Reference in new issue