]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/tests
Fix indentation on base template
[bluechips.git] / bluechips / tests /
2008-07-25 Evan BroderAdd and use an __init__ method for Expenditure objects
2008-07-25 Evan BroderAdd and use an __init__ method for User objects
2008-07-20 Evan BroderMake the distribution test actually do something
2008-07-20 Evan BroderAdd another test for testing uneven splits
2008-07-20 Evan BroderUse self.assert* functions in tests instead of normal...
2008-07-19 Evan BroderTest Currency.__str_no_dollar__
2008-07-19 Evan BroderAdd tests for Currency string conversion
2008-07-19 Evan BroderPull more things into their own tests for Currency
2008-07-19 Evan BroderUse the right model module in package-level test setUp
2008-07-19 Evan BroderMore tests for the Currency type
2008-07-19 Evan BroderAdd an __init__.py for tests/model/
2008-07-19 Evan BroderStart writing tests for Currency objects
2008-07-19 Evan BroderSplit tests aren't testing a controller, so don't use...
2008-07-19 Evan BroderTest some predefined expenditures
2008-07-19 Evan BroderSupport specifying how many users/expenditures to create
2008-07-19 Evan BroderMove genereically useful functions out of specific modules
2008-07-19 Evan BroderAttempt to test that splits are distributed evenly
2008-07-18 Evan BroderRename setup and teardown functions in test suite
2008-07-18 Evan BroderStart writing tests for splits
2008-07-18 Evan BroderMake the built-in tests actually pass
2008-07-17 Evan BroderAdd history controller to display old transactions
2008-07-16 Evan BroderReplace index page with index action of status controller
2008-07-16 Evan BroderAdd controller for making transfers
2008-07-13 Evan BroderCreate controller for entering expenditures
2008-07-12 Evan BroderCreate Pylons app