aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-wrapper.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-12python: Share generated methods between objects.justus/pyme3Justus Winter1-0/+2
* lang/python/pyme/util.py (GpgmeWrapper.__getattr__): Monkey-patch the class. * lang/python/tests/t-wrapper.py: Demonstrate the sharing. Signed-off-by: Justus Winter <[email protected]>
2016-05-12python: Add a test suite.Justus Winter1-0/+23
* configure.ac: Add new Makefile. * lang/python/Makefile.am: Add subdirectory. * lang/python/tests/Makefile.am: New file. * lang/python/tests/t-wrapper.py: Likewise. Signed-off-by: Justus Winter <[email protected]>