2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

do not cover pacakge code - is not CI'd

This commit is contained in:
Matthias
2022-05-06 01:52:32 +02:00
parent 1dee578907
commit baf7e4505e
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ class InvenTreePluginBase():
if cfg:
return cfg.active
else:
return False
return False # pragma: no cover
# TODO @matmair remove after InvenTree 0.7.0 release