Files @ b75d11abd208
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
login: clarify "Remember be" checkbox - it controls if session should expire with browser session or at timeout

Hint that it is related to cookie expires attribute.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}