]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/lib/totals.py
added some tests for settle()
[bluechips.git] / bluechips / lib / totals.py
2009-11-08 Scott Torborgadded some tests for settle()
2009-11-08 Scott Torborgmore misc test coverage
2009-07-28 Evan BroderMerge branch 'master' into fix-authz
2009-07-28 Evan BroderWhen settling debts, always re-sort the debt list after...
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderDon't import meta.Session directly; import meta instead
2008-07-16 Evan BroderTransfers weren't being totaled correctly
2008-07-16 Evan BroderChange lib/totals.py:debt to use new convention for...
2008-07-16 Evan BroderOnly export the debt and settle functions in lib/totals.py
2008-07-16 Evan BroderExpect the debts as an argument in settle (for efficiency)
2008-07-16 Evan BroderAdd bluechips.lib.totals:settle - outputs transfers...
2008-07-16 Evan BroderStart working towards calculating the system state...