Skip to content

Commit

Permalink
Add doctest for vendorised bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 20, 2024
1 parent 2a53cc1 commit 69141f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/vendored.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def yield_top_level(name):
>>> examples = roots & {"jaraco", "backports", "zipp"}
>>> list(sorted(examples))
['backports', 'jaraco', 'zipp']
>>> 'bin' in examples
False
"""
vendor = Path(f"{name}/_vendor")
ignore = {"__pycache__", "__init__.py", ".ruff_cache", "bin"}
Expand Down

0 comments on commit 69141f6

Please sign in to comment.