Files @ 1de3e5d104bf
Branch filter:

Location: kallithea/tox.ini

mads
tests: consistent use of more helpful raise_exception "fixture"

"Total Crash" was too misleading when debugging problems.
[tox]
minversion = 1.8
envlist = py27-pytest

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