]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - 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
1 from maps.tests import *
2
3 class TestLocationController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='location', action='index'))
7 # Test response...