##// END OF EJS Templates
fixed search chunking bug and optimized chunk size
fixed search chunking bug and optimized chunk size

File last commit:

r473:6b934c96 celery
r479:149940ba celery
Show More
test_tags.py
8 lines | 245 B | text/x-python | PythonLexer
added empty controllers for branches tags files graph, routing and test for them
r93 from pylons_app.tests import *
class TestTagsController(TestController):
def test_index(self):
Improved testing scenarios. Made test env creator...
r473 self.log_user()
implemented basic (startup) nose test suite.
r459 response = self.app.get(url(controller='tags', action='index',repo_name='vcs_test'))
added empty controllers for branches tags files graph, routing and test for them
r93 # Test response...