dirtycoder/pets

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
lint:
    pre-commit run -a -v

test:
    cd pets/ && pipenv run ./manage.py test