mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
Omit a few files that don't really make sense to cover at all
This commit is contained in:
parent
22e00a7080
commit
ee2847cfea
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__": # pragma: nocover
|
||||
if __name__ == "__main__":
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless.settings")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue