ledger/test
John Wiegley c8c2a17e28 Fixed invocation of lambda expressions
foo = x, y, z -> print(x, y, z)
  foo(1, 2, 3)

However, this still does not work:

  (x, y, z -> print(x, y, z))(1, 2, 3)
2012-03-05 05:03:51 -06:00
..
baseline Fixed invocation of lambda expressions 2012-03-05 05:03:51 -06:00
input Use "apply tag" instead of "tag" in test/input/sample.dat 2012-02-27 22:47:53 -06:00
manual Changed testing format to aid with debugging 2011-02-12 18:11:26 -05:00
python Started writing Python unit tests 2012-03-01 05:50:07 -06:00
regress Corrected problem with parsing of leap days 2012-02-28 21:19:36 -06:00
unit Fixed several unit tests 2011-02-04 04:40:31 -05:00
CheckComments.py Created a script to check commenting coverage 2010-06-15 21:32:05 -04:00
CheckTests.py Don't warn about --import in doc when --no-python 2010-06-20 20:35:35 -04:00
ConfirmTests.py Added --rounding option, which is off by default 2010-05-23 15:45:51 -06:00
convert.py Use Boost.Test instead of CppUnit 2011-02-04 03:43:33 -05:00
fullcheck.sh Added LedgerHarness.py, to simplify test creation 2009-02-28 05:37:49 -04:00
GenerateTests.py Corrected regression test output 2011-02-12 17:55:56 -05:00
LedgerHarness.py Added a new 'python' directive 2012-03-01 17:32:51 -06:00
PyUnitTests.py Added skeletons for Python unit tests 2012-02-29 22:13:07 -06:00
RegressTests.py Added a new 'python' directive 2012-03-01 17:32:51 -06:00