Files @ 71860d0737e7
Branch filter:

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

Marcin Kuzminski
- age tests cannot be dynamic, there are cases when age calculation
doesn't work
- use parametrized to test age
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass