aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: overhaul logic of Context.decrypt()Daniel Kahn Gillmor2018-12-051-1/+1
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-1/+1
* python bindings: callback testBen McGinnes2018-10-201-2/+30
* doc: convert more http:// links to https://Daniel Kahn Gillmor2018-10-181-1/+1
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-1832-33/+33
* python bindings: fixing decrypt-verifyBen McGinnes2018-09-301-1/+1
* tests: python bindingsBen McGinnes2018-09-271-1/+1
* python: Fix a couple of syntax errors.Werner Koch2018-09-204-84/+92
* python: Fix regression in the test suite.Werner Koch2018-09-201-1/+1
* tests: Don't try using keys from a scmartcard.Werner Koch2018-09-201-0/+4
* Python bindings tests: Near PEP8 complianceBen McGinnes2018-08-1831-500/+773
* Make GNUPGHOME for tests overridableAndre Heinecke2018-08-061-1/+2
* python bindings: core key importBen McGinnes2018-06-161-5/+9
* python: key expiration datetime stamp testsBen McGinnes2018-05-051-1/+1
* tests: Makefile portability.NIIBE Yutaka2018-02-151-6/+4
* build: More Makefile fix.NIIBE Yutaka2018-02-151-6/+5
* python: Default whence argument for Data() to SEEK_SET.Tobias Mueller2017-12-041-0/+6
* tests: Make portability fix.NIIBE Yutaka2017-11-211-4/+4
* python: Support parallel build in testsAlon Bar-Lev2017-08-211-1/+1
* python: Improve keylist test.Justus Winter2017-08-211-0/+3
* python: Fix test environment creation.Justus Winter2017-05-101-1/+0
* tests: Make sure to kill all previously running daemons.Justus Winter2017-05-101-0/+1
* tests: Harmonize test suites.Justus Winter2017-05-101-1/+4
* python: Skip TOFU test if not supported by GnuPG.Justus Winter2017-04-112-0/+11
* python: fix run-tests missing python_libdirAlon Bar-Lev2017-04-111-1/+3
* python: Support alternatate libdir for testsAlon Bar-Lev2017-04-101-10/+15
* python: Remove usage of PYTHON_VERSIONSAlon Bar-Lev2017-04-101-2/+2
* python: Generate files into build directoryAlon Bar-Lev2017-04-051-1/+0
* python: Don't treat skipped tests as errorAndre Heinecke2017-03-301-1/+1
* python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter2017-03-3014-8/+17
* python: Skip tests if running with GnuPG < 2.1.12.Justus Winter2017-03-271-1/+6
* python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter2017-03-213-1/+221
* python: Fix version check.Justus Winter2017-03-201-1/+3
* tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter2017-03-201-1/+0
* python: Skip tests if GnuPG is too old.Justus Winter2017-03-207-0/+16
* python: Remove superfluous initialization.Justus Winter2017-03-2021-32/+0
* python: Make error message more helpful.Justus Winter2017-03-141-6/+11
* python: Make tests more robust.Justus Winter2017-03-141-11/+10
* python: Print path of the Python module used during tests.Justus Winter2017-03-021-0/+3
* python: Fix test.Justus Winter2017-02-201-1/+2
* python: Support manipulating the TOFU policy.Justus Winter2017-02-171-0/+31
* python: Support quick key signing.Justus Winter2017-02-172-1/+122
* python: Fix teardown of ephemeral contexts.Justus Winter2017-02-174-260/+250
* python: Fix using strings as commands in the assuan protocol.Justus Winter2017-02-171-3/+6
* python: Support adding and revoking UIDs.Justus Winter2017-02-162-1/+105
* python: Support quick subkey creation.Justus Winter2017-02-162-1/+123
* python: Support quick key creation.Justus Winter2017-02-163-1/+168
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-131-1/+3
* python: Ensure quick-random is used if gpg is gpg2Andre Heinecke2017-01-261-0/+2
* python: default op_keylist_start parameters.Tobias Mueller2017-01-251-0/+12