##// END OF EJS Templates
db: Set `rhodecode.is_test` in `make_pyramid_app` instead of `make_app`...
db: Set `rhodecode.is_test` in `make_pyramid_app` instead of `make_app` Based on this setting the crypto backend is selected: brypt or md5. During tests md5 is used to sppedup test execution. We have to move this setting up to the pyramid layer otherwise the test DB init will use bcrypt and the tests use md5. This will result in test users not able to login.
johbo -
r118:931f58e5 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib
celerylib
celerypylons
dbmigrate
index
middleware
paster_commands
plugins
rcmail
vcs
__init__.py Loading ...
action_parser.py Loading ...
annotate.py Loading ...
app_globals.py Loading ...
auth.py Loading ...
base.py Loading ...
caches.py Loading ...
caching_query.py Loading ...
colander_utils.py Loading ...
colored_formatter.py Loading ...
compat.py Loading ...
datelib.py Loading ...
db_manage.py Loading ...
diffs.py Loading ...
encrypt.py Loading ...
exceptions.py Loading ...
ext_json.py Loading ...
fakemod.py Loading ...
graphmod.py Loading ...
helpers.py Loading ...
hooks_base.py Loading ...
hooks_daemon.py Loading ...
hooks_utils.py Loading ...
logging_formatter.py Loading ...
markdown_ext.py Loading ...
markup_renderer.py Loading ...
memory_lru_debug.py Loading ...
pidlock.py Loading ...
profiler.py Loading ...
utils.py Loading ...
utils2.py Loading ...