File: const.py

package info (click to toggle)
pypaperless 5.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: python: 5,607; sh: 26; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
"""Test constants."""

PAPERLESS_TEST_URL = "https://paperless.not-existing.internal"
PAPERLESS_TEST_TOKEN = "abcdef0123456789"
PAPERLESS_TEST_USER = "test-user"
PAPERLESS_TEST_PASSWORD = "not-so-secret-password"
PAPERLESS_TEST_REQ_ARGS = {"ssl": False}