Files @ c9844213a9d8
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Mads Kiilerich
logging: clarify logging of db logging

It said that a user was added ... which wasn't true.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass