Files @ 55f855431f77
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: rename test_vcs_operations.py to avoid automatic pick-up

This is a special test that requires special setup and must be run manually.

Nose already skips the test because it is executable.
[tox]
envlist = py{26,27}-{pytest,nose}

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