Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python: test cleanups | David Sklar | 2023-01-09 | 3 | -8/+4 |
| | | | | | | | | 1. Remove references to modules (exceptions, StringIO) no longer needed for Pythn3 2. Use assertEqual instead of assertEquals 3. Clear journal files with a close_journal_files() function that uses the then-current underlying python_session pointer. Calling session.close_journal_files() sometimes leads to segfaults because python_session has changed after it was injected into the python module (as "session") on module startup. | ||||
* | 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 |