X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=www%2Fmaps%2Fmaps%2Ftests%2Ffunctional%2Ftest_location.py;fp=www%2Fmaps%2Fmaps%2Ftests%2Ffunctional%2Ftest_location.py;h=b0ee36ff8ff1cbe73221ce9120ee2a5f81e743f3;hb=5485afbd4da2182072ef9756c65137729bf1eee5;hp=0000000000000000000000000000000000000000;hpb=a5341c314815ed4df97e2b0f94d05322660052cf;p=dead%2Fcensus-tools.git diff --git a/www/maps/maps/tests/functional/test_location.py b/www/maps/maps/tests/functional/test_location.py new file mode 100644 index 0000000..b0ee36f --- /dev/null +++ b/www/maps/maps/tests/functional/test_location.py @@ -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...