]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/tests/functional/test_history.py
Add history controller to display old transactions
[bluechips.git] / bluechips / tests / functional / test_history.py
1 from bluechips.tests import *
2
3 class TestHistoryController(TestController):
4
5     def test_index(self):
6         response = self.app.get(url_for(controller='history'))
7         # Test response...