diff --git a/pylons_app/tests/functional/test_file.py b/pylons_app/tests/functional/test_file.py new file mode 100644 --- /dev/null +++ b/pylons_app/tests/functional/test_file.py @@ -0,0 +1,7 @@ +from pylons_app.tests import * + +class TestFileController(TestController): + + def test_index(self): + response = self.app.get(url(controller='file', action='index')) + # Test response...