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

Run tests on custom validators

This commit is contained in:
Oliver Walters
2019-06-17 22:18:00 +10:00
parent b9dc4a0c2f
commit 08358f6961
3 changed files with 40 additions and 2 deletions

View File

@ -32,7 +32,7 @@ test:
coverage:
python3 InvenTree/manage.py check
coverage run InvenTree/manage.py test build company part stock order
coverage run InvenTree/manage.py test build company part stock order InvenTree
coverage html
documentation: