summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-287-133/+198
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-2512-87/+36
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Further extended commodities unit test.John Wiegley2009-01-191-1/+8
|
* Extended commodities unit test.John Wiegley2009-01-191-24/+29
|
* Added a recursive, date-based commodity price searching capability. ThisJohn Wiegley2009-01-191-2/+17
| | | | | | makes it possible to find all possible prices for a commodity by walking the map of pricing relationships to all other commodities, even if the relation is distant.
* Increase code coverage of the unit tests.John Wiegley2008-08-131-4/+0
|
* Moved several tests around again (python/test -> test/python).John Wiegley2008-08-062-4/+4
|
* Moved the test sources around, so that all the unit tests are in test/unit.John Wiegley2008-08-0514-0/+2098