Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Modernize test scripts | Alexis Hildebrandt | 2023-12-05 | 1 | -19/+4 |
| | | | | by using argparse and pathlib and removing Python 2 specific code. | ||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -2/+1 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | Add test for --average-lot-prices | Martin Michlmayr | 2019-12-25 | 1 | -1/+0 |
| | |||||
* | test: No baseline tests for average-lot-prices | Dimitri John Ledkov | 2019-12-07 | 1 | -0/+1 |
| | |||||
* | --force-color is now tested in CheckBaselinetests.py | thdox | 2016-10-27 | 1 | -1/+0 |
| | |||||
* | [tests] Ignore --revalued-total in baseline tests | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+1 |
| | |||||
* | Add --file to tested options. | thdox | 2015-07-31 | 1 | -1/+0 |
| | |||||
* | Add --generated to untested options list. | thdox | 2015-03-23 | 1 | -0/+1 |
| | | | | | --generated will generate each time new entries, this cannot be reproduced safely. | ||||
* | Add --verify-memory to untested options. | thdox | 2015-03-23 | 1 | -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. | thdox | 2015-03-23 | 1 | -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. | thdox | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Add baseline test for --price-db option. | thdox | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Add baseline test for --script option. | thdox | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Add --no-pager to untested options of CheckBaselineTests.py | thdox | 2015-02-24 | 1 | -0/+1 |
| | | | | As per comment in Pull Request #382 | ||||
* | Remove --*help* from untested options in CheckBaselineTests.py | thdox | 2015-02-24 | 1 | -4/+0 |
| | | | | As per commit f59abd4c765b08cbd5f18ec851b1d78a766a1c93 | ||||
* | Remove --cache from untested options in CheckBaselinetests.py | thdox | 2015-02-24 | 1 | -1/+0 |
| | | | | As per commit d5e1308d07e9a7d9da33aed6f7f617b2209cba40 | ||||
* | Add baseline test for --init-file option. | thdox | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | [tests] Move untested_options to CheckBaselineTests | Alexis Hildebrandt | 2015-01-22 | 1 | -0/+29 |
| | |||||
* | [tests] Refactor CheckTests.py into custom scripts | Alexis Hildebrandt | 2015-01-21 | 1 | -0/+55 |