]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/tests
We have pie charts.
[bluechips.git] / bluechips / tests /
2010-11-21 Evan BroderUpdate BlueChips for WebHelpers 1.0 and beyond
2010-03-19 Evan BroderUpdate functional tests for /user to incorporate new URLs.
2010-01-06 Scott Torborgtweaks to splitting algorithm to result in more round...
2009-11-13 Scott Torborgadded some basic tests for mobile interface, including...
2009-11-13 Scott Torborgadded tests for grab() helper
2009-11-09 Scott Torborgcleaned up and added tests for auth and deleting
2009-11-08 Scott Torborgadded XSRF protection to all forms and associated tests
2009-11-08 Scott TorborgMerge remote branch 'ebroder/master'
2009-11-08 Scott Torborgadded some tests for settle()
2009-11-08 Evan BroderMerge remote branch 'storborg/master'
2009-11-08 Scott Torborgmore misc test coverage
2009-11-08 Scott Torborgadd functional test for editing zero value expenditure
2009-11-08 Scott Torborgadded lots more expenditure tests
2009-11-08 Scott Torborgmore test coverage
2009-11-08 Scott Torborgcleaning up code and improving test coverage
2009-11-08 Scott Torborgadd an email to testing data so that email notification...
2009-11-07 Scott Torborga few more tests
2009-11-07 Scott Torborgadded test for user controller
2009-11-05 Scott Torborgfix tests and make them more resilient
2009-11-05 Scott Torborgmore model unit tests
2009-11-04 Scott Torborgadded more model unit tests
2009-11-04 Scott Torborgfleshed out functional tests more
2009-11-04 Scott Torborgadded more comprehensive tests of transfer creating...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2009-07-28 Evan BroderMerge branch 'master' into fix-authz
2009-07-28 Evan BroderWhen settling debts, always re-sort the debt list after...
2009-05-31 Evan BroderAdd a test for negative expenditures.
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