##// END OF EJS Templates
Improved testing scenarios. Made test env creator...
Improved testing scenarios. Made test env creator Fixed hg_model error message some other tweeks and fixes Models fixe for uniq email, and removed some extra not needed imports from model main module

File last commit:

r459:7c978511 default
r473:6b934c96 celery
Show More
test_changeset.py
8 lines | 283 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestChangesetController(TestController):
def test_index(self):
response = self.app.get(url(controller='changeset', action='index',
repo_name='vcs_test',revision='tip'))
# Test response...