summaryrefslogtreecommitdiff
path: root/test/RegressTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the source directory available to all testsJohn Wiegley2009-11-021-3/+7
|
* Was missing an argument in RegressTests.pyJohn Wiegley2009-03-081-1/+1
|
* Refactored test/RegressTests.pyJohn Wiegley2009-03-031-93/+129
|
* Failing RegressTests weren't reporting failureJohn Wiegley2009-03-021-1/+4
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-55/+23
|
* Normalize "dots" output from some of the testsJohn Wiegley2009-02-271-2/+2
|
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-0/+148
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.