aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-15tests: Makefile portability.NIIBE Yutaka1-6/+4
2018-02-15build: More Makefile fix.NIIBE Yutaka1-6/+5
2017-12-04python: Default whence argument for Data() to SEEK_SET.Tobias Mueller1-0/+6
2017-11-21tests: Make portability fix.NIIBE Yutaka1-4/+4
2017-08-21python: Support parallel build in testsAlon Bar-Lev1-1/+1
2017-08-21python: Improve keylist test.Justus Winter1-0/+3
2017-05-10python: Fix test environment creation.Justus Winter1-1/+0
2017-05-10tests: Make sure to kill all previously running daemons.Justus Winter1-0/+1
2017-05-10tests: Harmonize test suites.Justus Winter1-1/+4
2017-04-11python: Skip TOFU test if not supported by GnuPG.Justus Winter2-0/+11
2017-04-11python: fix run-tests missing python_libdirAlon Bar-Lev1-1/+3
2017-04-10python: Support alternatate libdir for testsAlon Bar-Lev1-10/+15
2017-04-10python: Remove usage of PYTHON_VERSIONSAlon Bar-Lev1-2/+2
2017-04-05python: Generate files into build directoryAlon Bar-Lev1-1/+0
2017-03-30python: Don't treat skipped tests as errorAndre Heinecke1-1/+1
2017-03-30python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter14-8/+17
2017-03-27python: Skip tests if running with GnuPG < 2.1.12.Justus Winter1-1/+6
2017-03-21python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter3-1/+221
2017-03-20python: Fix version check.Justus Winter1-1/+3
2017-03-20tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter1-1/+0
2017-03-20python: Skip tests if GnuPG is too old.Justus Winter7-0/+16
2017-03-20python: Remove superfluous initialization.Justus Winter21-32/+0
2017-03-14python: Make error message more helpful.Justus Winter1-6/+11
2017-03-14python: Make tests more robust.Justus Winter1-11/+10
2017-03-02python: Print path of the Python module used during tests.Justus Winter1-0/+3
2017-02-20python: Fix test.Justus Winter1-1/+2
2017-02-17python: Support manipulating the TOFU policy.Justus Winter1-0/+31
2017-02-17python: Support quick key signing.Justus Winter2-1/+122
2017-02-17python: Fix teardown of ephemeral contexts.Justus Winter4-260/+250
2017-02-17python: Fix using strings as commands in the assuan protocol.Justus Winter1-3/+6
2017-02-16python: Support adding and revoking UIDs.Justus Winter2-1/+105
2017-02-16python: Support quick subkey creation.Justus Winter2-1/+123
2017-02-16python: Support quick key creation.Justus Winter3-1/+168
2017-02-13python: Use one copy of the source tree per Python version.Justus Winter1-1/+3
2017-01-26python: Ensure quick-random is used if gpg is gpg2Andre Heinecke1-0/+2
2017-01-25python: default op_keylist_start parameters.Tobias Mueller1-0/+12
2017-01-03python: Improve compatibility with Scheme tests.Justus Winter1-0/+2
2017-01-03python: Add a switch '--quiet' to the test runner.Justus Winter1-5/+12
2016-12-05python: Try to be more helpful when given a string to encrypt().Tobias Mueller1-0/+15
2016-12-01python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller1-1/+5
2016-11-25python: Fix removing the TOFU database.Justus Winter1-1/+1
2016-11-11tests,python: Atomic directory creationAlon Bar-Lev1-1/+1
2016-10-31python: Use vanity modules for constants in tests and examples.Justus Winter21-74/+74
2016-10-31python: Import the topmost module in tests and examples.Justus Winter21-217/+208
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor24-63/+63
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter2-0/+24
2016-09-27tests: Fix blunder.Justus Winter1-1/+1
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter1-0/+1
2016-09-20tests: Make "make -j distcheck" work in Python.Werner Koch1-10/+8
2016-09-20tests: Use --batch for gpg import.Werner Koch1-3/+3