5 lines
50 B
Makefile
5 lines
50 B
Makefile
.PHONY: check
|
|
|
|
check:
|
|
.venv/bin/pytest tests/ -v
|
.PHONY: check
|
|
|
|
check:
|
|
.venv/bin/pytest tests/ -v
|