Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for --hashes=sha512_256 as another algorithm | John Wiegley | 2024-08-05 | 1 | -0/+28 |
| | |||||
* | Improvements to the hashing tests | John Wiegley | 2024-08-05 | 3 | -4/+36 |
| | |||||
* | Add positive and negative tests for the --hashes option | John Wiegley | 2024-08-05 | 2 | -0/+51 |
| | |||||
* | test: Remove Python2 specific tests | Alexis Hildebrandt | 2023-12-05 | 2 | -23/+0 |
| | |||||
* | Add test/baseline/cmd-stats1.test | John Wiegley | 2023-02-06 | 1 | -0/+24 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 2 | -2/+0 |
| | |||||
* | Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirk | Donald Lam | 2023-01-25 | 2 | -0/+14 |
| | | | | | | | Ledger's expression parser considers quoted_rfc4180 to be an amount (quantity 4180 of commodity "quoted_rfc"). Fixes #2007. | ||||
* | Initial fix for #2147 | WY | 2023-01-20 | 1 | -0/+28 |
| | |||||
* | Fix using day-of-week names for `xact` command | Alan Bram | 2021-04-10 | 1 | -0/+23 |
| | | | | Also fix end-of-command boundary checks for keywords "at", "to", etc. | ||||
* | Fix issues related to payees declared on posting's metadata | Diogo Trentini | 2021-02-02 | 2 | -6/+21 |
| | | | | | Payees declared on posting's metadata are now validated with `--check-payees` option. Also, their aliases are now considered on reports as well. | ||||
* | Add debit field to convert command | Kai Wohlfahrt | 2021-01-31 | 3 | -1/+24 |
| | | | | | This changes the error reported when a transaction with no amount is imported. | ||||
* | Make explicit option a no-op | CandyAngel | 2020-04-03 | 1 | -1/+1 |
| | | | | Fixes #1877 | ||||
* | Add test for --average-lot-prices | Martin Michlmayr | 2019-12-25 | 1 | -0/+16 |
| | |||||
* | test: split value_py.test into py2/py3 versions. | Dimitri John Ledkov | 2019-12-07 | 2 | -0/+24 |
| | |||||
* | Remove dependency on other test | Alexis Hildebrandt | 2019-12-05 | 1 | -3/+3 |
| | |||||
* | Make tests scripts Python 3 compatible | Alexis Hildebrandt | 2019-12-05 | 2 | -3/+4 |
| | |||||
* | Format annotations using format that can be parsed | Oleg Bulatov | 2019-11-27 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | I expect an output of `ledger print` to be consumable by ledger. But on the next journal ``` 2019/11/25 * test Foo 1 AAPL {1.00 EUR} [2019/11/24] Bar ``` it prints [19-Nov-24], which it does not understand with default options. With this patch it prints [2019/11/24]. | ||||
* | Remove know-ification of elements due to post state | CandyAngel | 2019-08-27 | 2 | -2/+14 |
| | |||||
* | Remove the 'org' command, which was always a hack to begin with | John Wiegley | 2019-03-15 | 1 | -28/+0 |
| | |||||
* | Corrections to opt-lots.test | John Wiegley | 2019-03-15 | 1 | -1495/+1495 |
| | |||||
* | Add support for --prepend-format in accounts command | Michael Budde | 2018-01-25 | 2 | -0/+10 |
| | | | | | Add support for the `--prepend-format` and `--prepend-width` options in the `accounts` command. | ||||
* | typo in docs | Alexander Pletnev | 2017-01-27 | 1 | -1/+1 |
| | | | | fix test | ||||
* | Update cmd-tags.test for fix for bug #1043 | Martin Michlmayr | 2016-11-12 | 1 | -0/+3 |
| | |||||
* | Add test for --color option | thdox | 2016-10-27 | 1 | -0/+11 |
| | |||||
* | Add another test to opt-force-color.test | thdox | 2016-10-27 | 1 | -0/+8 |
| | | | | | To verify that no ANSI color codes are printed when the --force-color option is not set. | ||||
* | --force-color is now tested in CheckBaselinetests.py | thdox | 2016-10-27 | 1 | -0/+0 |
| | |||||
* | --force-color does not require anymore --color. | thdox | 2016-10-27 | 1 | -1/+1 |
| | | | | This was reported as Bug #1109 | ||||
* | Fix Bug 1147: Check balance assertions against the amount AFTER | Mitchell Kember | 2016-03-22 | 2 | -3/+3 |
| | |||||
* | Rename feat-fixated-prices_2.test to dir-fixed.test | thdox | 2015-08-08 | 1 | -0/+0 |
| | | | | For consistency as this is a directive. | ||||
* | Whitespace fix for cmd-convert.test | thdox | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Revert "Disable three tests preventing Jenkins from succeeding" | thdox | 2015-07-31 | 2 | -0/+0 |
| | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. | ||||
* | [tests] Fix typo in --cleared option baseline test | Alexis Hildebrandt | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Fix description | Martin Michlmayr | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Add test for --value-expr | Martin Michlmayr | 2015-07-30 | 1 | -0/+48 |
| | | | | | | See John's email "A solution to the commodity pricing problem" on how this works: https://groups.google.com/forum/#!topic/ledger-cli/gpOW50XtCTo | ||||
* | Add test for --no-rounding | Martin Michlmayr | 2015-07-30 | 1 | -0/+81 |
| | |||||
* | [tests] Add baseline test for --cleared-format | Alexis Hildebrandt | 2015-07-30 | 1 | -0/+20 |
| | |||||
* | [tests] Remove empty baseline test files. | Alexis Hildebrandt | 2015-07-29 | 4 | -0/+0 |
| | | | | | | | | The --generated and --verify-memory options are already ignored by CheckBaselineTests.py The --no-pager and --no-rounding options currently fail and need a proper baseline test or be ignored in CheckBaselineTests.py. | ||||
* | Add baseline test for --no-revalued option | Martin Michlmayr | 2015-07-28 | 1 | -0/+58 |
| | |||||
* | Improve --explicit test case | Martin Michlmayr | 2015-07-28 | 1 | -6/+8 |
| | | | | | | Since --explicit tells ledger to require pre-declarations to establish "known-ness" (rather than taking it from cleared transactions), make sure the transactions are cleared. | ||||
* | Merge pull request #396 from thdox/auto-match | Alexis Hildebrandt | 2015-02-24 | 1 | -3/+44 |
|\ | | | | | Fix Auto match | ||||
| * | Update test for --auto-match option. | thdox | 2015-02-22 | 1 | -3/+44 |
| | | |||||
* | | Merge pull request #401 from thdox/baseline-tests | Alexis Hildebrandt | 2015-02-24 | 6 | -0/+39 |
|\ \ | | | | | | | Improve baseline tests | ||||
| * | | Add baseline test for --price-db option. | thdox | 2015-02-24 | 2 | -0/+10 |
| | | | |||||
| * | | Add baseline test for --script option. | thdox | 2015-02-24 | 2 | -0/+18 |
| | | | |||||
| * | | Add baseline test for --init-file option. | thdox | 2015-02-24 | 2 | -0/+11 |
| |/ | |||||
* / | Fix alignment of cleared-format with 4 spaces as separator. | thdox | 2015-02-23 | 1 | -1/+1 |
|/ | |||||
* | Improve documentation about --rich-data. | thdox | 2015-02-21 | 1 | -0/+10 |
| | | | | | Conflicts: doc/ledger.1 | ||||
* | Rename file from test/regress/634AA589.test to | thdox | 2015-01-22 | 1 | -0/+19 |
| | | | | | test/baseline/opt-permissive.test. Actually 634AA589 is the initial commit that created permissive option. | ||||
* | [doc] Add CheckTests to ctest | Alexis Hildebrandt | 2015-01-15 | 2 | -0/+16 |
| | | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 1 | -0/+15 |
| | | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number. |