##// END OF EJS Templates
fixed ini files. Added coment and colored formatter to production
fixed ini files. Added coment and colored formatter to production

File last commit:

r93:aec4c007 default
r179:63f9dc67 default
Show More
test_file.py
7 lines | 200 B | text/x-python | PythonLexer
from pylons_app.tests import *
class TestFileController(TestController):
def test_index(self):
response = self.app.get(url(controller='file', action='index'))
# Test response...