summaryrefslogtreecommitdiff
path: root/test/CheckOptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-081-1/+1
|
* tests: Modernize test scriptsAlexis Hildebrandt2023-12-051-0/+10
| | | | by using argparse and pathlib and removing Python 2 specific code.
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-7/+12
|
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-011-2/+0
|
* Replace os.path.abspath with os.path.realpathAlexis Hildebrandt2022-07-011-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 compatibleAlexis Hildebrandt2019-12-051-1/+2
|
* Add missing known functions to testMartin Michlmayr2015-07-281-1/+1
|
* [doc] Report undocumented value expression functionsAlexis Hildebrandt2015-01-271-10/+38
| | | | in the manpage and texinfo manual.
* [tests] Grep for option alternates during checksAlexis Hildebrandt2015-01-251-11/+17
|
* [tests] Move untested_options to CheckBaselineTestsAlexis Hildebrandt2015-01-221-29/+0
|
* [tests] Refactor CheckTests.py into custom scriptsAlexis Hildebrandt2015-01-211-0/+93