summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* More unit tests for amount_t::roundtoMax Nikulin2024-08-071-1/+13
* Fix copy on write for amount_t::in_place_roundtoMax Nikulin2024-08-062-19/+8
* Fix denominator of roundto resultMax Nikulin2024-08-052-0/+22
* Fix =regex note query syntaxGwyneth Morgan2023-10-121-2/+2
* format_t::truncate support wide charactersKuang-che Wu2021-01-172-1/+123
* py3: ensure python output is not lostAndy Clayton2020-03-261-1/+1
* fix setting TZ in testsAndy Clayton2020-03-251-1/+1
* test: Unbreak one more test case with python3 bridgeDimitri John Ledkov2019-12-061-1/+1
* Modernize CMake using backported FindPython module.Dimitri John Ledkov2019-12-051-4/+4
* Do not set dependencies for target checkTim Landscheidt2019-01-221-3/+0
* Fix build under Cygwin.Ivan Vanyushkin2016-09-291-1/+1
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-0/+4
* [tests] Remove compiler warnings for unit testsAlexis Hildebrandt2015-09-151-1/+1
* [tests] Fix MathTest failures on Mac OS XAlexis Hildebrandt2015-08-081-15/+12
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-071-0/+2
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-042-1/+715
|\
| * fix minor issuestripun2014-08-181-5/+8
| * add additional tests for sequence_t and fix the old onestripun2014-08-181-22/+50
| * 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
* | [tests] Remove compiler warnings for unit testsAlexis Hildebrandt2015-07-281-0/+1
* | [tests] Fix Util and Math tests on Mac OS XAlexis Hildebrandt2015-07-281-0/+6
* | [tests] Fix compiler warningAlexis Hildebrandt2015-01-111-0/+3
|/
* Revert "add unit test printing for balance_t" until issue is fixed.tripun2014-08-111-31/+0
* add unit test printing for balance_ttripun2014-08-111-0/+31
* add unit test of Zero for balance_ttripun2014-08-111-0/+26
* add unit test Truth for balance_ttripun2014-08-111-0/+20
* add unit test Round for balance_ttripun2014-08-111-0/+50
* add unit test Floor for balance_ttripun2014-08-111-0/+43
* add unit test Ceiling for balance_ttripun2014-08-111-0/+43
* add unit test Absolute for balance_ttripun2014-08-111-0/+25
* add unit test negation for balance_ttripun2014-08-111-0/+35
* add unit test for balance divisiontripun2014-08-111-0/+45
* add test for multiplicationtripun2014-08-111-0/+45
* edited subraction testtripun2014-08-111-1/+1
* add Equality unit test for balancetripun2014-08-111-2/+65