aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-edit.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-24python: Improve support for edit callbacks.Justus Winter1-0/+62
* lang/python/helpers.c (pyEditCb): Stash exceptions. * lang/python/pyme/core.py (Context.op_edit): Hand in 'self'. * lang/python/tests/Makefile.am (py_tests): Add new test. * lang/python/tests/t-callbacks.py: Test edit callbacks. * lang/python/tests/t-edit.py: New file. Signed-off-by: Justus Winter <[email protected]>