Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a0291a-1e87-7151-9934-fcbfe3f65eb1
6 lines
107 B
Makefile
6 lines
107 B
Makefile
.PHONY: check test
|
|
|
|
check: test
|
|
|
|
test:
|
|
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
|