summaryrefslogtreecommitdiff
path: root/tests/testutil.py
AgeCommit message (Expand)Author
2020-09-05tests: Mark module-scope test dirs read-onlyMichał Górny
2020-08-30tests: Use module-scope fixtures whenever possibleMichał Górny
2020-08-26tests: Rewrite test_openpgp in pure pytestMichał Górny
2020-08-25openpgp: Reimplement WKD support via requestsMichał Górny
2020-08-25Remove compatibility code for py<3.6 supportMichał Górny
2020-08-25tests: Store key data in split binary formMichał Górny
2020-05-16openpgp: Default stdin='' in _spawn_gpg()Michał Górny
2020-05-16openpgp: Pass 'gpg --batch' to _spawn_gpg() explicitlyMichał Górny
2019-03-16tests: Fix MockedWKDOpenPGPEnvironment._spawn_gpg() return typesMichał Górny
2018-07-25tests: Add half-mocked tests for WKD-based refreshMichał Górny
2018-07-25tests: Add tests for keyserver-based refreshingMichał Górny
2017-10-29testutil: Simplify tests to use shutil.rmtree() for tempdirMichał Górny
2017-10-27Use sys.hexversion instead of .version_infoMichał Górny
2017-10-27testutil: Fix logger warnings for py2Michał Górny
2017-10-27testutil: Handle silencing logging for testsMichał Górny
2017-10-25tests: Split TempDirTestCase into common moduleMichał Górny