Refactor the tests to be less ugly.

This commit is contained in:
yackob03 2013-11-07 12:54:44 -05:00
parent ff7cd2f0a5
commit 161a6284f0
4 changed files with 201 additions and 465 deletions

View file

@ -140,6 +140,8 @@ class TestConfig(FlaskConfig, FakeStorage, EphemeralDB, FakeUserfiles,
'format': LOG_FORMAT
}
POPULATE_DB_TEST_DATA = True
TESTING = True
INCLUDE_TEST_ENDPOINTS = True
class DebugConfig(FlaskConfig, MailConfig, LocalStorage, SQLiteDB,