Files
backup-docker-to-local/Makefile

5 lines
78 B
Makefile
Raw Normal View History

.PHONY: test
test:
python -m unittest discover -s tests/unit -p "test_*.py"