mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 10:41:58 +00:00
Simplify Config setup and move some functions to dedicated files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from config import Config
|
||||
|
||||
|
||||
class TestConfig(Config):
|
||||
TESTING = True
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite://'
|
||||
|
Reference in New Issue
Block a user