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