summaryrefslogtreecommitdiff
path: root/tests/test_compression.py
AgeCommit message (Expand)Author
2022-09-26Modernize via pyupgradeMichał Górny
2020-09-08test_compression: Decode test string as ASCIIMichał Górny
2020-08-27Import names directly, fix coding style issuesMichał Górny
2020-08-27test_compression: fix unused importsMichał Górny
2020-08-26tests: Convert test_compression to pytestMichał Górny
2017-10-29compression: Add an explicit function to get suffixMichał Górny
2017-10-26compression: Fix opening files in text mode without encodingMichał Górny
2017-10-26test_compression: Fix mismatched suffixesMichał Górny
2017-10-26compression: Workaround missing gzip.GzipFile.read1() in py<3.3Michał Górny
2017-10-25gemato.compression: Support getting potential compressed namesMichał Górny
2017-10-25test_compression: Check if .fileno() is passed through correctlyMichał Górny
2017-10-25compression: Support passing text-mode kwargs to openMichał Górny
2017-10-25test_compression: Add tests for opening uncompressed filesMichał Górny
2017-10-25compression: Introduce a generic opener for filesMichał Górny
2017-10-25compression: Enforce correct format for lzma/xz filesMichał Górny
2017-10-25compression: Support passing mode to the compressorMichał Górny
2017-10-25Provide compression abstractionMichał Górny