CodonTransformer / conf /Makefile
anzhi2710gmailcom's picture
Upload folder using huggingface_hub
53e66de verified
Raw
History Blame Contribute Delete
161 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