]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/maps/tests/functional/test_directions.py
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / maps / tests / functional / test_directions.py
diff --git a/www/maps/maps/tests/functional/test_directions.py b/www/maps/maps/tests/functional/test_directions.py
new file mode 100644 (file)
index 0000000..7ceadd1
--- /dev/null
@@ -0,0 +1,7 @@
+from maps.tests import *
+
+class TestDirectionsController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='directions', action='index'))
+        # Test response...