Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add parse error test | Manuel Amador (Rudd-O) | 2016-02-08 | 1 | -0/+18 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -10/+15 |
| | |||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 4 | -0/+87 |
| | |||||
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 3 | -1469/+0 |
| | |||||
* | Removed temporary file. | John Wiegley | 2009-01-28 | 1 | -1469/+0 |
| | |||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 3 | -0/+1469 |
| | | | | to prove to myself that it has proper decoupling between prior code areas. | ||||
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -81/+81 |
| | |||||
* | 'make distcheck' now works. | John Wiegley | 2008-08-06 | 2 | -14/+0 |
| | |||||
* | Moved several tests around again (python/test -> test/python). | John Wiegley | 2008-08-06 | 5 | -0/+1483 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 5 | -1483/+0 |
| | | | | is in doc/, etc. | ||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -7/+6 |
| | | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. | ||||
* | Exchanged old test files for the new testing code in was-v3.0. | John Wiegley | 2008-05-08 | 5 | -0/+1484 |