Use test and clean hooks

This commit is contained in:
Stefan Reimer 2023-10-27 13:50:07 +00:00
parent dea57201cb
commit 4e92c427a8

View File

@ -4,11 +4,11 @@ REGION := us-east-1
include .ci/podman.mk include .ci/podman.mk
pytest: test::
flake8 cloudbender tests flake8 cloudbender tests
TEST=True pytest --log-cli-level=DEBUG TEST=True pytest --log-cli-level=DEBUG
pyclean: clean::
rm -rf .cache build .coverage .eggs cloudbender.egg-info .pytest_cache dist rm -rf .cache build .coverage .eggs cloudbender.egg-info .pytest_cache dist
pybuild: pybuild: