aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* python,doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-131-1/+1
* tests: Stop daemons after setting up test environmentIngo Klöcker2023-02-091-0/+1
* python: Don't call __del__ from __exit__ method.NIIBE Yutaka2022-08-091-0/+3
* python: Fix a test for newer GnuPG (>= 2.3).NIIBE Yutaka2020-11-121-1/+2
* core: Deprecate the non-working trustlist functions.Werner Koch2020-07-152-47/+0
* python: Workaround for a regression in GnuPG 2.2.21Werner Koch2020-07-142-2/+16
* python: Fix regression in t-decrypt-verify test.Werner Koch2019-06-131-11/+11
* python: Set a default-key into gpg.conf for the tests.Werner Koch2019-06-131-2/+1
* python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276Daniel Kahn Gillmor2019-05-031-0/+1
* python/tests: try to decrypt and verify new test dataDaniel Kahn Gillmor2019-05-032-0/+21
* python: make it easier to run a limited number of testsDaniel Kahn Gillmor2019-05-031-1/+1
* 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