Files
backup-docker-to-local/Makefile
2025-07-14 18:47:25 +02:00

5 lines
78 B
Makefile

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