summaryrefslogtreecommitdiff
path: root/tests/test_verify.py
AgeCommit message (Expand)Author
2022-09-16Support rejecting insecure hashes when updatingMichał Górny
2022-09-13Revert "Fix tests not to rely on entries without checksum"Michał Górny
2022-09-13Fix tests not to rely on entries without checksumMichał Górny
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-28tests: Port test_verify to pytestMichał Górny
2018-03-13tests: Fix one more cross-fs test to test for mountpointMichał Górny
2018-02-22tests: Assert for /proc being a mountpoint for cross-fs testsMichał Górny
2017-11-14tests: Fix unreliable mtime on procfs testMichał Górny
2017-11-08Remove support for OPTIONAL entriesMichał Górny
2017-11-02test_verify: Add mtime test for entry=NoneMichał Górny
2017-11-02verify: Support skipping rechecksum on mtimeMichał Górny
2017-11-02verify: Include st_mtime in file metadataMichał Górny
2017-10-28verify: Indicate whether anything changed in update_entry_for_path()Michał Górny
2017-10-27test_verify: Use io.open() instead of open()Michał Górny
2017-10-27verify: Support updating entry data from pathMichał Górny
2017-10-27verify: Introduce universal get_file_metadata() functionMichał Górny
2017-10-26verify: Remove assert_path_verifies()Michał Górny
2017-10-25verify: Support checking for cross-filesystem filesMichał Górny
2017-10-25Move exceptions to a separate moduleMichał Górny
2017-10-24test_verify: Remove unused variableMichał Górny
2017-10-24Remove stale importsMichał Górny
2017-10-24test_verify: Add tests for symlinks & unreadable (a-r) fileMichał Górny
2017-10-24verify: Support comparing two entries for compatibilityMichał Górny
2017-10-23verify: Support verifying against None (no entry)Michał Górny
2017-10-23verify: Add exception-based APIMichał Górny
2017-10-23Add basic file verification routineMichał Górny