##// END OF EJS Templates
fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems....
fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems. Fixed issue when redirecting after repo name change to 404. Removed update hook from basic app setup

File last commit:

r83:db39d0ca default
r367:a26f48ad default
Show More
test_shortlog.py
7 lines | 208 B | text/x-python | PythonLexer
Marcin Kuzminski
implemented Shortlog as seperate controller,...
r83 from pylons_app.tests import *
class TestShortlogController(TestController):
def test_index(self):
response = self.app.get(url(controller='shortlog', action='index'))
# Test response...