We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec17e7 commit 6b71c99Copy full SHA for 6b71c99
tests/test_archive.py
@@ -393,10 +393,7 @@ def test_extract_targz_with_mixed_case_and_symlink(self):
393
test_dir = self.get_temp_dir()
394
result = archive.extract_tar(test_file, test_dir)
395
assert [] == result
396
- import json
397
exp_file = self.get_test_loc('archive/tgz/mixed_case_and_symlink.tgz.expected.json')
398
- with open(exp_file) as ef:
399
- expected_files = json.load(ef)
400
check_files(test_dir, exp_file, regen=False)
401
402
def test_extract_targz_symlinks(self):
0 commit comments