2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Adds unit tests for the samplepanel plugin

This commit is contained in:
Oliver
2022-05-19 11:28:18 +10:00
parent 11b21a9cca
commit 80e3d0970a
4 changed files with 160 additions and 4 deletions

View File

@ -15,7 +15,7 @@ ignore =
N806,
# - N812 - lowercase imported as non-lowercase
N812,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*
max-complexity = 20
[coverage:run]