Package coprs :: Module config :: Class UnitTestConfig
[hide private]
[frames] | no frames]

Class UnitTestConfig

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  CSRF_ENABLED = False
  DATABASE = os.path.abspath('tests/data/copr.db')
  OPENID_STORE = os.path.abspath('tests/data/openid_store')
  WHOOSHEE_DIR = os.path.abspath('tests/data/whooshee')
  SQLALCHEMY_DATABASE_URI = 'sqlite:///'+ os.path.abspath(DATABASE)

Inherited from Config: ALLOWED_USERS, API_TOKEN_EXPIRATION, API_TOKEN_LENGTH, BACKEND_PASSWORD, DATA_DIR, LOGGING_LEVEL, SECRET_KEY, SEND_LOGS_TO, USE_ALLOWED_USERS

Properties [hide private]

Inherited from object: __class__