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