summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* Add new --align-intervals option.Ian20202024-08-061-0/+293
|
* Rename SHA-512/256 to the more appropriate SHA-512HalfJohn Wiegley2024-08-051-1/+1
|
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-0/+28
|
* Improvements to the hashing testsJohn Wiegley2024-08-053-4/+36
|
* Add positive and negative tests for the --hashes optionJohn Wiegley2024-08-052-0/+51
|
* test: Remove Python2 specific testsAlexis Hildebrandt2023-12-052-23/+0
|
* Add test/baseline/cmd-stats1.testJohn Wiegley2023-02-061-0/+24
|
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-012-2/+0
|
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-252-0/+14
| | | | | | | Ledger's expression parser considers quoted_rfc4180 to be an amount (quantity 4180 of commodity "quoted_rfc"). Fixes #2007.
* Initial fix for #2147WY2023-01-201-0/+28
|
* Fix using day-of-week names for `xact` commandAlan Bram2021-04-101-0/+23
| | | | Also fix end-of-command boundary checks for keywords "at", "to", etc.
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-022-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 commandKai Wohlfahrt2021-01-313-1/+24
| | | | | This changes the error reported when a transaction with no amount is imported.
* Make explicit option a no-opCandyAngel2020-04-031-1/+1
| | | | Fixes #1877
* Add test for --average-lot-pricesMartin Michlmayr2019-12-251-0/+16
|
* test: split value_py.test into py2/py3 versions.Dimitri John Ledkov2019-12-072-0/+24
|
* Remove dependency on other testAlexis Hildebrandt2019-12-051-3/+3
|
* Make tests scripts Python 3 compatibleAlexis Hildebrandt2019-12-052-3/+4
|
* Format annotations using format that can be parsedOleg Bulatov2019-11-272-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 stateCandyAngel2019-08-272-2/+14
|
* Remove the 'org' command, which was always a hack to begin withJohn Wiegley2019-03-151-28/+0
|
* Corrections to opt-lots.testJohn Wiegley2019-03-151-1495/+1495
|
* Add support for --prepend-format in accounts commandMichael Budde2018-01-252-0/+10
| | | | | Add support for the `--prepend-format` and `--prepend-width` options in the `accounts` command.
* typo in docsAlexander Pletnev2017-01-271-1/+1
| | | | fix test
* Update cmd-tags.test for fix for bug #1043Martin Michlmayr2016-11-121-0/+3
|
* Add test for --color optionthdox2016-10-271-0/+11
|
* Add another test to opt-force-color.testthdox2016-10-271-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.pythdox2016-10-271-0/+0
|
* --force-color does not require anymore --color.thdox2016-10-271-1/+1
| | | | This was reported as Bug #1109
* Fix Bug 1147: Check balance assertions against the amount AFTERMitchell Kember2016-03-222-3/+3
|
* Rename feat-fixated-prices_2.test to dir-fixed.testthdox2015-08-081-0/+0
| | | | For consistency as this is a directive.
* Whitespace fix for cmd-convert.testthdox2015-07-311-2/+2
|
* Revert "Disable three tests preventing Jenkins from succeeding"thdox2015-07-312-0/+0
| | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749.
* [tests] Fix typo in --cleared option baseline testAlexis Hildebrandt2015-07-311-1/+1
|
* Fix descriptionMartin Michlmayr2015-07-301-1/+1
|
* Add test for --value-exprMartin Michlmayr2015-07-301-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-roundingMartin Michlmayr2015-07-301-0/+81
|
* [tests] Add baseline test for --cleared-formatAlexis Hildebrandt2015-07-301-0/+20
|
* [tests] Remove empty baseline test files.Alexis Hildebrandt2015-07-294-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 optionMartin Michlmayr2015-07-281-0/+58
|
* Improve --explicit test caseMartin Michlmayr2015-07-281-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-matchAlexis Hildebrandt2015-02-241-3/+44
|\ | | | | Fix Auto match
| * Update test for --auto-match option.thdox2015-02-221-3/+44
| |
* | Merge pull request #401 from thdox/baseline-testsAlexis Hildebrandt2015-02-246-0/+39
|\ \ | | | | | | Improve baseline tests
| * | Add baseline test for --price-db option.thdox2015-02-242-0/+10
| | |
| * | Add baseline test for --script option.thdox2015-02-242-0/+18
| | |
| * | Add baseline test for --init-file option.thdox2015-02-242-0/+11
| |/
* / Fix alignment of cleared-format with 4 spaces as separator.thdox2015-02-231-1/+1
|/
* Improve documentation about --rich-data.thdox2015-02-211-0/+10
| | | | | Conflicts: doc/ledger.1
* Rename file from test/regress/634AA589.test tothdox2015-01-221-0/+19
| | | | | test/baseline/opt-permissive.test. Actually 634AA589 is the initial commit that created permissive option.