Files @ d21c762f5c4b
Branch filter:

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

Marcin Kuzminski
revision extraction function shouldn't be so eager, just extract commits that are
surrounded with spaces, or they are at beginning of the whole string
- wrote tests for that
- used parametrized for other tests
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass