]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/tests/functional/test_spend.py
Add history controller to display old transactions
[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...