aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-wrapper.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Share generated methods between objects.justus/pyme3Justus Winter2016-05-121-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]>
* python: Add a test suite.Justus Winter2016-05-121-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]>