Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-12 | python: Share generated methods between objects.justus/pyme3 | Justus Winter | 1 | -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-12 | python: Add a test suite. | Justus Winter | 1 | -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]> |