3 lines
35 B
Makefile
3 lines
35 B
Makefile
.PHONY: test
|
|
test:
|
|
pdm run pytest
|
.PHONY: test
|
|
test:
|
|
pdm run pytest
|