aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13python,doc: Fix typos in documentation and source code commentsIngo Klöcker1-1/+1
2023-02-09tests: Stop daemons after setting up test environmentIngo Klöcker1-0/+1
2022-08-09python: Don't call __del__ from __exit__ method.NIIBE Yutaka1-0/+3
2020-11-12python: Fix a test for newer GnuPG (>= 2.3).NIIBE Yutaka1-1/+2
2020-07-15core: Deprecate the non-working trustlist functions.Werner Koch2-47/+0
2020-07-14python: Workaround for a regression in GnuPG 2.2.21Werner Koch2-2/+16
2019-06-13python: Fix regression in t-decrypt-verify test.Werner Koch1-11/+11
2019-06-13python: Set a default-key into gpg.conf for the tests.Werner Koch1-2/+1
2019-05-03python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276Daniel Kahn Gillmor1-0/+1
2019-05-03python/tests: try to decrypt and verify new test dataDaniel Kahn Gillmor2-0/+21
2019-05-03python: make it easier to run a limited number of testsDaniel Kahn Gillmor1-1/+1
2018-12-05python: overhaul logic of Context.decrypt()Daniel Kahn Gillmor1-1/+1
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor1-1/+1
2018-10-20python bindings: callback testBen McGinnes1-2/+30
2018-10-18doc: convert more http:// links to https://Daniel Kahn Gillmor1-1/+1
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor32-33/+33
2018-09-30python bindings: fixing decrypt-verifyBen McGinnes1-1/+1
2018-09-27tests: python bindingsBen McGinnes1-1/+1
2018-09-20python: Fix a couple of syntax errors.Werner Koch4-84/+92
2018-09-20python: Fix regression in the test suite.Werner Koch1-1/+1
2018-09-20tests: Don't try using keys from a scmartcard.Werner Koch1-0/+4
2018-08-18Python bindings tests: Near PEP8 complianceBen McGinnes31-500/+773
2018-08-06Make GNUPGHOME for tests overridableAndre Heinecke1-1/+2
2018-06-16python bindings: core key importBen McGinnes1-5/+9
2018-05-05python: key expiration datetime stamp testsBen McGinnes1-1/+1
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