Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the source directory available to all tests | John Wiegley | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -38/+20 |
| | |||||
* | Normalize "dots" output from some of the tests | John Wiegley | 2009-02-27 | 1 | -2/+2 |
| | |||||
* | Run the confirm tests using --verify | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -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. |