view tox.ini @ 5039:36d81185efe4

changeset_status: add unit tests for calculation of overall status Add unit tests for the calculation of the review status of a changeset/pull request. To allow this, some reorganization of the ChangesetStatusModel is needed.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 17 Apr 2015 14:49:37 +0200
parents 9c5e6984bd0e
children 5c8c77b7ca56
line wrap: on
line source

[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}