summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | add test for sequenc_t in value_ttripun2014-08-181-0/+32
| | | |
| | * | add unit test Negation for valuetripun2014-08-181-0/+46
| | | |
| | * | minor additionstripun2014-08-181-0/+1
| | | |
| | * | add test for zero for valuetripun2014-08-181-0/+57
| | | |
| | * | check Type unit test for valuetripun2014-08-181-0/+50
| | | |
| | * | add Division unit test for valuetripun2014-08-181-0/+63
| | | |
| | * | remove some statements until sequence multiplication run-time error is fixedtripun2014-08-181-11/+0
| | | |
| | * | add Multiplication unit test for valuetripun2014-08-181-0/+79
| | | |
| | * | add unit test subtraction for valuetripun2014-08-181-0/+93
| | | |
| | * | add whitespacestripun2014-08-171-4/+4
| | | |
| | * | add unit test Addition for valuetripun2014-08-171-0/+102
| | | |
| | * | add unit test of equality for valuetripun2014-08-171-0/+64
| | | |
| | * | add assignment unit test for valuetripun2014-08-171-0/+35
| | | |
| | * | add constructors unit test for valuetripun2014-08-171-0/+35
| | | |
| | * | initialize value fixturetripun2014-08-161-0/+37
| | | |
| | * | add t_value unit testtripun2014-08-152-1/+1
| | | |
* | | | Add --file to tested options.thdox2015-07-311-1/+0
| | | |
* | | | Fix test file regress/25A099C9.test.thdox2015-07-311-33/+51
| | | |
* | | | Whitespace fix for cmd-convert.testthdox2015-07-311-2/+2
| | | |
* | | | Revert "Disable three tests preventing Jenkins from succeeding"thdox2015-07-313-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.
* | | Add missing known functions to testMartin Michlmayr2015-07-281-1/+1
| | |
* | | [travis] Run documentation checks as reportsAlexis Hildebrandt2015-07-281-1/+3
| | | | | | | | | | | | which are allowed to fail instead of strict tests.
* | | [tests] Remove compiler warnings for unit testsAlexis Hildebrandt2015-07-281-0/+1
| | | | | | | | | | | | | | | | | | warning: relational comparison result unused [-Wunused-comparison] BOOST_CHECK_THROW(x6 < x7, amount_error); ~~~^~~~
* | | [tests] Allow string continuation in documentationAlexis Hildebrandt2015-07-281-0/+1
| | | | | | | | | | | | in long documentation examples.
* | | [tests] Fix Util and Math tests on Mac OS XAlexis Hildebrandt2015-07-281-0/+6
| | | | | | | | | | | | by explicitly linking the testing targets against Python
* | | 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
| | |
* | | 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-247-8/+40
|\ \ \ \ | | | | | | | | | | Improve baseline tests
| * | | | Add baseline test for --price-db option.thdox2015-02-243-1/+10
| | | | |
| * | | | Add baseline test for --script option.thdox2015-02-243-1/+18
| | | | |
| * | | | 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-243-1/+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
* | | [tests] Minor test/DocTests.py clean upAlexis Hildebrandt2015-02-201-16/+7
| | |
* | | [doc] Add support for additional input filesAlexis Hildebrandt2015-02-201-2/+12
| | | | | | | | | in test/DocTests.py by allowing file: and with_file: options on examples.