mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-108303: Move zip
and tar
archives to Lib/test/archivetestdata
(#111549)
This commit is contained in:
parent
18c954849b
commit
890ef1b035
14 changed files with 24 additions and 23 deletions
|
@ -1318,7 +1318,7 @@ class TestChdir(unittest.TestCase):
|
|||
def test_reentrant(self):
|
||||
old_cwd = os.getcwd()
|
||||
target1 = self.make_relative_path('data')
|
||||
target2 = self.make_relative_path('ziptestdata')
|
||||
target2 = self.make_relative_path('archivetestdata')
|
||||
self.assertNotIn(old_cwd, (target1, target2))
|
||||
chdir1, chdir2 = chdir(target1), chdir(target2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue