mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Tests: make sure DB overwrite actually takes
This commit is contained in:
@@ -11,10 +11,11 @@ class TestDocs(unittest.TestCase):
|
||||
"filename": ":memory:",
|
||||
"create_db": True,
|
||||
}
|
||||
app = get_app()
|
||||
app.config.update({
|
||||
raw_app.config.update({
|
||||
"TESTING": True,
|
||||
})
|
||||
app = get_app()
|
||||
|
||||
cls.client = app.test_client()
|
||||
|
||||
def testCorrectErrorEmptyRequest(self):
|
||||
|
Reference in New Issue
Block a user