summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add new --align-intervals option.Ian20202024-08-061-0/+293
* Fix copy on write for amount_t::in_place_roundtoMax Nikulin2024-08-062-19/+8
* 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
* Fix denominator of roundto resultMax Nikulin2024-08-053-0/+105
* print: Align amounts even when account names are longGwyneth Morgan2024-07-101-0/+24
* cmake: Add Python tests only when building with Python supportAlexis Hildebrandt2024-07-081-1/+6
* Use Python raw strings for regex methods argumentAlexis Hildebrandt2024-07-087-98/+98
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-081-0/+14
* Fix Query Parser for Automated Transactions (#1)Igbanam Ogbuluijah2024-06-251-0/+14
* test: Accept test names as argumentsAlexis Hildebrandt2023-12-091-0/+4
* chore: Fix inline python format-stringsAlexis Hildebrandt2023-12-081-2/+2
* Merge branch 'master' into modernize-test-scriptsAlexis Hildebrandt2023-12-053-32/+1
|\
| * test: Remove Python2 specific testsAlexis Hildebrandt2023-12-053-32/+1
* | tests: Modernize test scriptsAlexis Hildebrandt2023-12-059-196/+161
|/
* Migrate Python scripts to Python 3Alexis Hildebrandt2023-12-0415-54/+52
* Fix =regex note query syntaxGwyneth Morgan2023-10-123-6/+11
* add regress test for issue #2270dbear4962023-07-161-0/+13
* fix #2220, bucket transactions ignored with reg --relatedTavis Ormandy2023-04-181-0/+8
* Add regression test for bugs #777 and #2207Martin Michlmayr2023-03-272-0/+22
* Add test cases for issue #2205Martin Michlmayr2023-03-032-0/+31
* Add test/baseline/cmd-stats1.testJohn Wiegley2023-02-061-0/+24
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-0116-28/+0
* Sort 786A3DD0.test chronologically by dateAlexis Hildebrandt2023-02-011-1/+1
* Attempt to fix Linux CI failureAlexis Hildebrandt2023-02-011-1/+1
* Fix python/c++ conversion for boost::optional<T>David Sklar2023-01-271-0/+9
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-252-0/+14
* typo and column alignmentspaette2023-01-233-3/+3
* Initial fix for #2147WY2023-01-201-0/+28
* Python: Transaction.remove_post should call xact_base_t::remove_postDavid Sklar2023-01-101-6/+21
* Python: test cleanupsDavid Sklar2023-01-093-8/+4
* typosspaette2023-01-074-4/+4
* Fix balancing commodity with smaller unit.Maria2022-10-112-0/+26
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Replace os.path.abspath with os.path.realpathAlexis Hildebrandt2022-07-015-10/+10
* Fix unrounding for equityOleg Bulatov2022-05-061-0/+30
* Fix test formattingJohn Wiegley2022-05-031-3/+3
* Add test/regress/2109.testJohn Wiegley2022-05-031-0/+23
* Avoid making references to nullKunht Kun2022-03-171-0/+16
* Avoid dereferencing null pointerKunht Kun2022-03-121-0/+12
* Ensure absolute path for includeKunht Kun2022-03-091-2/+2
* Modify a regression test to match output from Boost 1.77John Wiegley2022-02-241-2/+2
* Use correct int return type for stream input operationskanreki2021-12-082-0/+19
* Fix --time-colon for negative time amountsRafael Ascensão2021-09-271-0/+23
* Update docs for move to GitHub ActionsMartin Michlmayr2021-08-241-1/+1
* Fix silent errors when reading lines from input files.Austin Wise2021-08-242-0/+10