summaryrefslogtreecommitdiff
path: root/test/ConfirmTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the source directory available to all testsJohn Wiegley2009-11-021-1/+1
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-38/+20
|
* Normalize "dots" output from some of the testsJohn Wiegley2009-02-271-2/+2
|
* Run the confirm tests using --verifyJohn Wiegley2009-02-271-1/+1
|
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-0/+110
This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code.