##// END OF EJS Templates
routes python 2.5 compatible...
routes python 2.5 compatible added my account settings, some changes to routes mappers for settings to more custom ones

File last commit:

r93:aec4c007 default
r371:5cd6616b default
Show More
test_tags.py
7 lines | 200 B | text/x-python | PythonLexer
added empty controllers for branches tags files graph, routing and test for them
r93 from pylons_app.tests import *
class TestTagsController(TestController):
def test_index(self):
response = self.app.get(url(controller='tags', action='index'))
# Test response...