Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Python raw strings for regex methods argument | Alexis Hildebrandt | 2024-07-08 | 1 | -8/+8 |
| | |||||
* | tests: Modernize test scripts | Alexis Hildebrandt | 2023-12-05 | 1 | -6/+10 |
| | | | | by using argparse and pathlib and removing Python 2 specific code. | ||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -5/+5 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | Make tests scripts Python 3 compatible | Alexis Hildebrandt | 2019-12-05 | 1 | -5/+7 |
| | |||||
* | Added a test harness error diagnostic | John Wiegley | 2012-03-30 | 1 | -0/+2 |
| | |||||
* | Added --rounding option, which is off by default | John Wiegley | 2010-05-23 | 1 | -1/+1 |
| | | | | | | | | The purpose of this option is to add special "<Rounding>" postings, to ensure that a regiter's running total is *always* the sum of its postings. Within --rounding, these adjustment postings are missing, which was the behavior in Ledger 2.x. It can be orders of magnitude slower to turn it on for large reports with many commodities. | ||||
* | 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. |