Files @ b6c702202f82
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: add test for author_email handling of invalid author strings

This shows that author_email can return invalid email addresses.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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