Files @ c25191aadf92
Branch filter:

Location: kallithea/tox.ini

Søren Løvborg
db: fix Ui.get_by_key to also filter on section

Key alone is not enough to identify a Ui row.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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