mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-07-21 06:31:10 +02:00
5 lines
78 B
Makefile
5 lines
78 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python -m unittest discover -s tests/unit -p "test_*.py"
|