unrhodecode/rhodecode/config
Johannes Bornhold 7fefcc4ffb 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.
2016-06-07 11:13:50 +02:00
..
hook_templates project: added all source files and assets 2016-05-24 15:56:53 +02:00
__init__.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
conf.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
deployment.ini_tmpl project: added all source files and assets 2016-05-24 15:56:53 +02:00
environment.py db: Set rhodecode.is_test in make_pyramid_app instead of make_app 2016-06-07 11:13:50 +02:00
jsroutes.py cleanup: move jsroutes generator function and only generate in 2016-06-03 15:33:26 +03:00
licenses.json project: added all source files and assets 2016-05-24 15:56:53 +02:00
middleware.py db: Set rhodecode.is_test in make_pyramid_app instead of make_app 2016-06-07 11:13:50 +02:00
patches.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
routing.py cleanup: remove couple overlooked lines 2016-06-03 20:58:50 +03:00
routing_links.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
utils.py db: Move initialization of test environment up to pyramid layer. 2016-06-07 09:31:33 +02:00