##// END OF EJS Templates
Added tag v0.8.1 for changeset a9814a642e11
Added tag v0.8.1 for changeset a9814a642e11

File last commit:

r43:2e1247e6 default
r394:42367607 default
Show More
test_admin.py
7 lines | 202 B | text/x-python | PythonLexer
changed for pylons 0.1 / 1.0...
r43 from pylons_app.tests import *
class TestAdminController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin', action='index'))
# Test response...