comparison pylons_app/tests/functional/test_tags.py @ 93:aec4c0071cb3

added empty controllers for branches tags files graph, routing and test for them
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 21 Apr 2010 00:26:11 +0200
parents
children 7c978511c951
comparison
equal deleted inserted replaced
92:2968fb635787 93:aec4c0071cb3
1 from pylons_app.tests import *
2
3 class TestTagsController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='tags', action='index'))
7 # Test response...