MCPcopy Create free account
hub / github.com/apify/crawlee-python / test_double_asteritsk

Function test_double_asteritsk

tests/unit/_utils/test_globs.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def test_double_asteritsk() -> None:
14 glob = Glob('foo/**')
15 assert glob.regexp.match('bar/') is None
16 assert glob.regexp.match('foo/bar') is not None
17 assert glob.regexp.match('foo/bar/baz') is not None

Callers

nothing calls this directly

Calls 1

GlobClass · 0.90

Tested by

no test coverage detected