mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Adds a few more test cases for coverage and adds no coverage to some others
This commit is contained in:
parent
cbe567069f
commit
22e00a7080
8 changed files with 128 additions and 39 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
if __name__ == "__main__": # pragma: nocover
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless.settings")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue