Files @ 2bbe01602ee4
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
groups: make group management UI less dangerous

Don't select the currently chosen group members by default - that makes it less
dangerous to hit "remove selected".

Also, move the add/remove icons a bit apart and give them titles so the user is
less likely to hit the wrong one.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}