Removing cache from testing config
This commit is contained in:
parent
8b7698c9f4
commit
6caff90c0a
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ class ProductionConfig(Config):
|
|||
|
||||
class TestingConfig(Config):
|
||||
MAX_RESULTS_PER_PAGE = 1
|
||||
CACHE_TYPE = "filesystem"
|
||||
CACHE_DIR = "/tmp"
|
||||
CACHE_TYPE = "null"
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'test_database.sqlite')
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue