Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -1/+1 |
| | |||||
* | Python: test cleanups | David Sklar | 2023-01-09 | 1 | -2/+2 |
| | | | | | | | | 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 | 1 | -0/+25 |