3 lines
61 B
Makefile
3 lines
61 B
Makefile
|
|
test:
|
||
|
|
uv run python3 -m unittest discover tests '*_test.py'
|