summaryrefslogtreecommitdiff
path: root/test/CheckBaselineTests.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Modernize test scriptsAlexis Hildebrandt2023-12-051-19/+4
| | | | by using argparse and pathlib and removing Python 2 specific code.
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-041-2/+1
|
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-011-2/+0
|
* Add test for --average-lot-pricesMartin Michlmayr2019-12-251-1/+0
|
* test: No baseline tests for average-lot-pricesDimitri John Ledkov2019-12-071-0/+1
|
* --force-color is now tested in CheckBaselinetests.pythdox2016-10-271-1/+0
|
* [tests] Ignore --revalued-total in baseline testsAlexis Hildebrandt2015-08-051-0/+1
|
* Add --file to tested options.thdox2015-07-311-1/+0
|
* Add --generated to untested options list.thdox2015-03-231-0/+1
| | | | | --generated will generate each time new entries, this cannot be reproduced safely.
* Add --verify-memory to untested options.thdox2015-03-231-0/+1
| | | | | This --verify-memory option is very system (Linux/Mac) dependent on how the memory is allocated. This cannot be reproduce with same results.
* Add --revalued-total to "to be tested" options.thdox2015-03-231-1/+0
| | | | | | I have not yet understood the meaning of --revalued-total, but as it output something, it should be tested. So add it to "to be tested" options list.
* Fix baseline test for --no-pager.thdox2015-02-251-1/+1
|
* Add baseline test for --price-db option.thdox2015-02-241-1/+0
|
* Add baseline test for --script option.thdox2015-02-241-1/+0
|
* Add --no-pager to untested options of CheckBaselineTests.pythdox2015-02-241-0/+1
| | | | As per comment in Pull Request #382
* Remove --*help* from untested options in CheckBaselineTests.pythdox2015-02-241-4/+0
| | | | As per commit f59abd4c765b08cbd5f18ec851b1d78a766a1c93
* Remove --cache from untested options in CheckBaselinetests.pythdox2015-02-241-1/+0
| | | | As per commit d5e1308d07e9a7d9da33aed6f7f617b2209cba40
* Add baseline test for --init-file option.thdox2015-02-241-1/+0
|
* [tests] Move untested_options to CheckBaselineTestsAlexis Hildebrandt2015-01-221-0/+29
|
* [tests] Refactor CheckTests.py into custom scriptsAlexis Hildebrandt2015-01-211-0/+55