Files @ 862fecc3af18
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: some test coverage of graph structure and coloring

This is a bad and unmaintainable test ... but better than nothing.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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