view tox.ini @ 5185:a6accd29d038

helpers: add automatic logging of Flash messages shown to users Log all messages displayed through a flash to the user. Subsequent patches can change the log level for individual flash calls to make the log more useful.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 28 Mar 2015 21:08:01 +0100
parents 8c1258f69892
children 768989c595aa
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}