generated from coulomb/repo-seed
7 lines
110 B
Makefile
7 lines
110 B
Makefile
.PHONY: test
|
|
|
|
PYTHON ?= python3
|
|
|
|
test:
|
|
PYTHONPATH=src $(PYTHON) -m unittest discover -s tests -p 'test_*.py'
|