##// END OF EJS Templates
reverted whoosh for tests
marcink -
r1725:2370fc2a beta
parent child Browse files
Show More
@@ -66,7 +66,7 b' def load_environment(global_conf, app_co'
66 from rhodecode.lib.utils import create_test_env, create_test_index
66 from rhodecode.lib.utils import create_test_env, create_test_index
67 from rhodecode.tests import TESTS_TMP_PATH
67 from rhodecode.tests import TESTS_TMP_PATH
68 create_test_env(TESTS_TMP_PATH, config)
68 create_test_env(TESTS_TMP_PATH, config)
69 #create_test_index(TESTS_TMP_PATH, config, True)
69 create_test_index(TESTS_TMP_PATH, config, True)
70
70
71 #MULTIPLE DB configs
71 #MULTIPLE DB configs
72 # Setup the SQLAlchemy database engine
72 # Setup the SQLAlchemy database engine
General Comments 0
You need to be logged in to leave comments. Login now