Formatted with black and reached 100% coverage

This commit is contained in:
Thu Trang Pham
2020-11-08 09:51:49 -08:00
parent c586100098
commit a95383cfa2
17 changed files with 465 additions and 179 deletions
+9
View File
@@ -1,2 +1,11 @@
run:
./tests/manage.py runserver
test:
coverage run --branch -m pytest
coverage html
coverage-badge -f -o coverage.svg
migrate:
./tests/manage.py makemigrations
./tests/manage.py migrate