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