Files @ 98f007b3fd9a
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: update test_git_cmd_injection - something with only reproducible with file:, and better error handling raising RepositoryError
[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}