ColiFormer-ui / Makefile
Genooo12's picture
Deploy Streamlit UI
404d784 verified
raw
history blame contribute delete
170 Bytes
# Makefile
.PHONY: test
test:
python -m unittest discover -s tests
.PHONY: test_with_coverage
test_with_coverage:
coverage run -m unittest discover -s tests