On Jun 27, 2009, at 1:32 AM, Simon Michael wrote:
I have also been looking at your tests, and plan to use your .test file format. I think you call these baseline tests, while I want to call them something like func. tests or shell tests or command-line tests or.. ? They seem like something useful outside of *ledger development.
Actually, the "baseline" tests are just a category within the Ledger tests. I use the same format for the "regress" tests, which I try to create for each reproducible bug.
The Python scripts used to run the tests are: test/LedgerHarness.py test/RegressTests.py If you find a nice way to abstract it, let me know! John
