##// END OF EJS Templates
Moved repo creation to admin/repos, as part of crud controller. Now repo creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.
Moved repo creation to admin/repos, as part of crud controller. Now repo creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.

File last commit:

r205:66b20f52 default
r215:70f645fa default
Show More
test_feed.py
7 lines | 200 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestFeedController(TestController):
def test_index(self):
response = self.app.get(url(controller='feed', action='index'))
# Test response...