# GENERATED — source: manifest.toml
# DO NOT EDIT BY HAND. Regenerated on every `sync`; edits are lost.
# To change it, edit manifest.toml (or the template) and re-run sync.
# A harness library's developer entrypoints. `make check` is what CI runs.

.PHONY: test check

test:
	python -m pytest -q

check: test
