]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/tests/functional/test_spend.py
2b6603a8a778e0c69ff066f80f6c756843b84741
[bluechips.git] / bluechips / tests / functional / test_spend.py
1 from bluechips.tests import *
2
3 class TestSpendController(TestController):
4
5     def test_index(self):
6         response = self.app.get(url_for(controller='spend'))
7         # Test response...