Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Python raw strings for regex methods argument | Alexis Hildebrandt | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | tests: Modernize test scripts | Alexis Hildebrandt | 2023-12-05 | 1 | -0/+10 |
| | | | | by using argparse and pathlib and removing Python 2 specific code. | ||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -7/+12 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | Replace os.path.abspath with os.path.realpath | Alexis Hildebrandt | 2022-07-01 | 1 | -2/+2 |
| | | | | | | to fix failing tests on Darwin, where /tmp is a symlink to /private/tmp and the tests fail as ledger reports filenames with the symlink resolved to /private/tmp, but the tests expect files with /tmp. | ||||
* | Make tests scripts Python 3 compatible | Alexis Hildebrandt | 2019-12-05 | 1 | -1/+2 |
| | |||||
* | Add missing known functions to test | Martin Michlmayr | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | [doc] Report undocumented value expression functions | Alexis Hildebrandt | 2015-01-27 | 1 | -10/+38 |
| | | | | in the manpage and texinfo manual. | ||||
* | [tests] Grep for option alternates during checks | Alexis Hildebrandt | 2015-01-25 | 1 | -11/+17 |
| | |||||
* | [tests] Move untested_options to CheckBaselineTests | Alexis Hildebrandt | 2015-01-22 | 1 | -29/+0 |
| | |||||
* | [tests] Refactor CheckTests.py into custom scripts | Alexis Hildebrandt | 2015-01-21 | 1 | -0/+93 |