summaryrefslogtreecommitdiff
path: root/test/python/TransactionTest.py
Commit message (Collapse)AuthorAgeFilesLines
* Python: Transaction.remove_post should call xact_base_t::remove_postDavid Sklar2023-01-101-6/+21
|
* Python: test cleanupsDavid Sklar2023-01-091-3/+1
| | | | | | | | 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.
* Added skeletons for Python unit testsJohn Wiegley2012-02-291-0/+25