Ensure the feature tests use the correct test settings database. Fixes #2486

This commit is contained in:
Khushboo Vashi
2017-06-16 10:17:38 +01:00
committed by Dave Page
parent 0056a94115
commit 1ee555e468
4 changed files with 11 additions and 4 deletions

View File

@@ -305,8 +305,6 @@ DEFAULT_BINARY_PATHS = {
##########################################################################
# Test settings - used primarily by the regression suite, not for users
##########################################################################
# Set default testing mode
TESTING_MODE = False
# The default path for SQLite database for testing
TEST_SQLITE_PATH = os.path.join(DATA_DIR, 'test_pgadmin4.db')