summaryrefslogtreecommitdiff
path: root/tests/test_manifest.py
AgeCommit message (Expand)Author
2020-08-30tests: Use module-scope fixtures whenever possibleMichał Górny
2020-08-27tests: Convert test_manifest to pytestMichał Górny
2018-01-24Expose Manifest signature data in Manifest classesMichał Górny
2017-11-23manifest: Encode all C0/C1 control characters + DELMichał Górny
2017-11-22manifest: Fix encoding support with Python 2Michał Górny
2017-11-22manifest: Support decoding filename escape sequencesMichał Górny
2017-11-22manifest: Support encoding special characters in filenamesMichał Górny
2017-11-22manifest: Forbid backslash in paths tooMichał Górny
2017-11-20Check entry filenames for disallowed charactersMichał Górny
2017-11-08Remove support for OPTIONAL entriesMichał Górny
2017-10-29manifest: Support sorting Manifest entriesMichał Górny
2017-10-28manifest: Add new_manifest_entry() friendly ctorMichał Górny
2017-10-25manifest: Wipe old entries when loading next fileMichał Górny
2017-10-25test_manifest: Add a test for no timestampMichał Górny
2017-10-25Move exceptions to a separate moduleMichał Górny
2017-10-23manifest: Support mapping Manifest hash names to hashlibMichał Górny
2017-10-23manifest: Support finding Manifests for pathMichał Górny
2017-10-22test_manifest: Fix syntax errorMichał Górny
2017-10-22manifest: Support finding distfilesMichał Górny
2017-10-22manifest: Support finding the timestampMichał Górny
2017-10-22manifest: Support finding a matching path entryMichał Górny
2017-10-22test_manifest: Cover loading via constructorMichał Górny
2017-10-22test_manifest: Improve coverage for syntax errorsMichał Górny
2017-10-22manifest: Fix Python 2 unicode type compatibilityMichał Górny
2017-10-22Support dumping Manifest file backMichał Górny
2017-10-22manifest: Include tag in from_list() callsMichał Górny
2017-10-22Initial code for Manifest parsingMichał Górny