##// END OF EJS Templates
refactoring for new vcs implementation...
refactoring for new vcs implementation renamed all ._short and .raw_id into .short_id updated dependency for vcs to 0.1.6

File last commit:

r473:6b934c96 celery
r512:d945c95b default
Show More
test_changelog.py
8 lines | 255 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestChangelogController(TestController):
def test_index(self):
self.log_user()
response = self.app.get(url(controller='changelog', action='index',repo_name='vcs_test'))
# Test response...