1 2 3 4 5 6 7 8 9 10
1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 8acbfa837180 1e757ac98988
from rhodecode.model.db import Repository from rhodecode.tests import * class TestSettingsController(TestController): def test_index(self): self.log_user() response = self.app.get(url(controller='settings', action='index', repo_name=HG_REPO)) # Test response...