Files @ 8bc8366a6874
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
cleanup: introduce scripts/logformat.py for cleanup of string formatting of logging statements

Script used for cleanup in 0210d0b769d4 to replace logging with % formatting
with unformatted parameters.
[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}