MCPcopy Index your code
hub / github.com/realpython/discover-flask / TestConfig

Class TestConfig

config.py:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class TestConfig(BaseConfig):
13 DEBUG = True
14 TESTING = True
15 WTF_CSRF_ENABLED = False
16 SQLALCHEMY_DATABASE_URI = 'sqlite:///:memory:'
17
18
19class DevelopmentConfig(BaseConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected