Files @ fd3e1ca9cce9
Branch filter:

Location: kallithea/tox.ini - annotation

Søren Løvborg
auth: fold AuthUser._propagate_data into constructor

This simplifies both the program and data flow.
[tox]
envlist = py{26,27}-{pytest,nose}

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