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

Tests for stock app

- Increase coverage of Stock/models.py to 84%
This commit is contained in:
Oliver Walters
2019-04-25 17:30:44 +10:00
parent 3c40418f04
commit f36f02b27f
7 changed files with 176 additions and 37 deletions

View File

@ -2,4 +2,5 @@
source = ./InvenTree
omit =
# Do not run coverage on migration files
*/migrations/*
*/migrations/*
InvenTree/manage.py