Mercurial > public > src > rhodecode
view pylons_app/tests/functional/test_settings.py @ 501:7c978511c951
implemented basic (startup) nose test suite.
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 05 Sep 2010 16:20:29 +0200 |
parents | 05b212954275 |
children | 6b934c9607e7 |
line wrap: on
line source
from pylons_app.tests import * class TestSettingsController(TestController): def test_index(self): response = self.app.get(url(controller='settings', action='index', repo_name='vcs_test')) # Test response...