mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Adding more test coverage, in particular around Tika and its parser
This commit is contained in:
parent
8154c7b53a
commit
bdcba570cb
8 changed files with 164 additions and 30 deletions
|
|
@ -12,7 +12,7 @@ class StandardPagination(PageNumberPagination):
|
|||
|
||||
|
||||
class FaviconView(View):
|
||||
def get(self, request, *args, **kwargs):
|
||||
def get(self, request, *args, **kwargs): # pragma: nocover
|
||||
favicon = os.path.join(
|
||||
os.path.dirname(__file__),
|
||||
"static",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue