##// END OF EJS Templates
pytest: Fix the user login function....
pytest: Fix the user login function. - Pyramid doesn't expose the session as pylons does it as `response.session` - Therefore we have to look it up in the environ.

File last commit:

r19:273730a5 default
r41:6cf4cae4 default
Show More
.bumpversion.cfg
6 lines | 144 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.0.2
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]