5 lines
84 B
Makefile
5 lines
84 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
|