summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Look for valgrind in /opt/local/bin alsoJohn Wiegley2012-03-051-1/+1
* All tests are working again but oneJohn Wiegley2012-03-053-7/+9
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-1/+1
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-0/+5
* This now works: ledger --import os eval 'os.path.isdir("/tmp")'John Wiegley2012-03-021-3/+5
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-012-0/+19
* Added more baseline testing, for valexprs and PythonJohn Wiegley2012-03-013-3/+32
* Fixed an explicit path within a unit testJohn Wiegley2012-03-011-1/+1
* Added a new 'python' directiveJohn Wiegley2012-03-015-1/+60
* Started writing Python unit testsJohn Wiegley2012-03-011-10/+15
* Refactored the notion of "the current parsing context"John Wiegley2012-03-012-2/+2
* Added skeletons for Python unit testsJohn Wiegley2012-02-295-2/+96
* Corrected problem with parsing of leap daysJohn Wiegley2012-02-281-0/+12
* Corrected behavior of >= and <=John Wiegley2012-02-281-0/+25
* Apply timelog time to the check-in dayJohn Wiegley2012-02-281-0/+6
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-282-0/+0
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-281-0/+20
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-282-1/+553
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-1/+1
* Use "apply tag" instead of "tag" in test/input/sample.datJohn Wiegley2012-02-271-2/+4
* Added regression test for #657John Wiegley2012-02-271-0/+25
* Improved a testJohn Wiegley2012-02-271-4/+7
* Added --check-payees optionJohn Wiegley2012-02-271-0/+0
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-0/+21
* Implemented account and commodity directivesJohn Wiegley2012-02-271-0/+25
* Output some line numbers with warningsJohn Wiegley2012-02-271-1/+1
* Added new account/payee/commodity directivesJohn Wiegley2012-02-274-2/+2
* Revert behavior of 40ab81308025e9655074da37671c444b4257f867John Wiegley2012-02-261-1/+1
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+0
* Don't print amounts when not necessary in 'print'John Wiegley2012-02-261-1/+1
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-0/+0
* Fixed cmd-script_2.testJohn Wiegley2012-02-211-2/+2
* Corrected handling of nested definitionsJohn Wiegley2012-02-212-0/+6
* Simplify test for GuardMallocJohn Wiegley2012-02-171-7/+1
* Moved some files into their right locationsJohn Wiegley2012-02-102-0/+0
* Added detailed documentation of most command directives. Added command direct...Craig Earls2012-02-101-2/+18
* contains a transaction that cause a divide by zero errorCraig Earls2012-02-101-0/+11
* resolved bug 584, trailing whitespace not ignored in payeeCraig Earls2012-02-101-0/+55
* Ready for first publicationCraig Earls2011-10-021-7/+7
* updated to work with V3Craig Earls2011-09-291-0/+67
* General document structuring and transfer from older docsCraig Earls2011-09-281-2/+2
* Remove spurious false errors when using GuardMallocJohn Wiegley2011-03-281-1/+1
* Corrected two testsJohn Wiegley2011-02-122-50/+40
* Changed testing format to aid with debuggingJohn Wiegley2011-02-12174-867/+707
* When a test fails, show the command that failedJohn Wiegley2011-02-121-31/+37
* Corrected regression test outputJohn Wiegley2011-02-122-4/+4
* Removed needless "=== 0" and ">>>2" lines from test filesJohn Wiegley2011-02-12152-338/+1
* Simplified an else clause in test/runJohn Wiegley2011-02-041-4/+3
* Fixed several unit testsJohn Wiegley2011-02-043-23/+29
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-0422-1569/+988