Files @ 4548912f48c8
Branch filter:

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

Marcin Kuzminski
fixes issue #502, float division error on setting maxsize of changelog to 0
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass