##// END OF EJS Templates
version bump to 0.8...
version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application

File last commit:

r43:2e1247e6 default
r362:558eb7c5 rhodecode-0.0.0.8.0 default
Show More
test_admin.py
7 lines | 202 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestAdminController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin', action='index'))
# Test response...