summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_archive.py
AgeCommit message (Expand)Author
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-07Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek
2021-02-04Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak
2020-06-29Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...Ad Timmering
2019-07-31Refs #30160 -- Simplified and improved tests for django.utils.archive.Nick Pope
2019-07-30Removed redundant ArchiveTest.test_extract_method() test.Nick Pope
2019-07-30Refs #30160 -- Made destination path a required argument of extract().Nick Pope
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-12-28Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan
2016-12-06Fixed #26494 -- Made Archive.extract() preserve file permissions.Anton Samarchyan
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-03Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons