view tox.ini @ 7776:8f3cf5d00d7f

tests: run vcs tests on ssh too Error reporting when using SSH is different from when using HTTP. SSH doesn't use HTTP error codes but can write anything to stdout/stderr. Some tests thus need to have their expectations tweaked. Inspired by work by Dominik Ruf.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 31 Jul 2019 03:56:57 +0200
parents ab30729c735c
children
line wrap: on
line source

[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}