summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-05Fix wrongly determining uncompressed sizeMichał Górny
2020-09-05tests: Port test_recursiveloader to pytestMichał Górny
2020-09-05tests: Mark module-scope test dirs read-onlyMichał Górny
2020-08-31tests: Port test_profile to pytestMichał Górny
2020-08-30tests: Use module-scope fixtures whenever possibleMichał Górny
2020-08-30test_openpgp: Fix system env tests to respect GNUPGMichał Górny
2020-08-29tests: Test OpenPGPSystemEnvironment as wellMichał Górny
2020-08-28tests: Port test_verify to pytestMichał Górny
2020-08-27tests: Convert test_util to pytestMichał Górny
2020-08-27tests: Extend OpenPGP un-expiration testsMichał Górny
2020-08-27tests: Convert test_manifest to pytestMichał Górny
2020-08-27tests: Rewrite test_hash to pytestMichał Górny
2020-08-27tests: Migrate test_find_top_level to pytestMichał Górny
2020-08-27Import names directly, fix coding style issuesMichał Górny
2020-08-27Add tests for keys lacking signaturesMichał Górny
2020-08-27test_compression: fix unused importsMichał Górny
2020-08-26tests: Convert test_compression to pytestMichał Górny
2020-08-26tests: Properly skip test_openpgp.py::test_cli when no gpgMichał 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-25openpgp: Introduce a helper method to get WKD URLMichał Górny
2020-08-25Remove compatibility code for py<3.6 supportMichał Górny
2020-08-25tests: Add tests for unexpiring keysMichał Górny
2020-08-25tests: Test for trivial cases of key forgingMichał Górny
2020-08-25tests: Add a test for subkey-signatureMichał 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
2018-03-13tests: Fix one more cross-fs test to test for mountpointMichał Górny
2018-02-22cli: Add -x option to prevent crossing filesystem boundariesMichał Górny
2018-02-22tests: Assert for /proc being a mountpoint for cross-fs testsMichał Górny
2018-02-08recursiveloader: Allow cross-device processing by defaultMichał Górny
2018-02-08find_top_level: Remove broken cross-device testMichał Górny
2018-02-02recursiveloader: Detect symlink loops explicitlyMichał Górny
2018-02-02recursiveloader: Check for cross-device directories earlier in loopMichał Górny
2018-02-02openpgp: Fix handling OpenPGPNoImplementation in testsMichał Górny
2018-02-01openpgp: Use assertion for home-after-close()Michał Górny
2018-02-01openpgp: Replace RuntimeError with dedicated for import/refresh errorsMichał Górny
2018-02-01openpgp: Add tests for expired signatureMichał Górny
2018-01-24openpgp: Fix GnuPG use to report UTC timestampsMichał Górny
2018-01-24Expose Manifest signature data in Manifest classesMichał Górny
2018-01-24openpgp: Return basic signature data when verifying signaturesMichał Górny
2018-01-19Refresh OpenPGP keys before verificationMichał Górny
2018-01-16openpgp: Reject signatures made with expired & revoked keysMichał Górny
2017-12-12Add tests for dealing with symlink loopsMichał Górny
2017-12-02tests: Replace lambdas with serializable functionsMichał Górny
2017-12-02Add tests for entries for files in missing directoryMichał Górny