aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-edit.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Improve support for edit callbacks.Justus Winter2016-05-241-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]>