2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

100% coverage on company/models.py

This commit is contained in:
Oliver Walters
2019-04-25 04:20:40 +10:00
parent 19001b98f7
commit 3c40418f04
2 changed files with 44 additions and 2 deletions

View File

@ -12,7 +12,7 @@ style:
test:
python InvenTree/manage.py check
python manage.py test build company part stock
python InvenTree/manage.py test build company part stock
migrate:
python InvenTree/manage.py makemigrations company