view tox.ini @ 8462:b27584990c2c stable

tests: add coverage of Git pullrequests Git is so different than Mercurial that it is easier to use separate tests. Some of the tests that are relevant for Mercurial doesn't apply to the Git support. Also fix crash an odd corner case of creating PRs from a repo that has no branches at all.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 26 Sep 2020 17:33:18 +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}