Files @ 97bbc2824b32
Branch filter:

Location: kallithea/tox.ini

Konstantin Veretennicov
tests: add basic test for mark_all_read action of notifications

Adds test coverage for c7dc1c7ace67.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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