Skip to content

Commit

Permalink
Consume the _implied_dirs result, ensuring the algorithmic effect is …
Browse files Browse the repository at this point in the history
…exercised. Ref python/cpython#102209.
  • Loading branch information
jaraco committed Feb 24, 2023
1 parent d824a2f commit f3a56db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def test_joinpath_constant_time(self):
@set_timeout(3)
def test_implied_dirs_performance(self):
data = ['/'.join(string.ascii_lowercase + str(n)) for n in range(10000)]
zipp.CompleteDirs._implied_dirs(data)
consume(zipp.CompleteDirs._implied_dirs(data))

@pass_alpharep
def test_read_does_not_close(self, alpharep):
Expand Down

0 comments on commit f3a56db

Please sign in to comment.