Skip to content

Commit 69141f6

Browse files
committed
Add doctest for vendorised bin folder
1 parent 2a53cc1 commit 69141f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/vendored.py

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ def yield_top_level(name):
171171
>>> examples = roots & {"jaraco", "backports", "zipp"}
172172
>>> list(sorted(examples))
173173
['backports', 'jaraco', 'zipp']
174+
>>> 'bin' in examples
175+
False
174176
"""
175177
vendor = Path(f"{name}/_vendor")
176178
ignore = {"__pycache__", "__init__.py", ".ruff_cache", "bin"}

0 commit comments

Comments
 (0)