xyb/chunkdup

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
pre-commit:
    pre-commit run --all-files

test: unittest

unittest:
    pytest

coverage:
    pytest --cov-report html --cov-report xml

tdd:
    ptw