MCPcopy Index your code
hub / github.com/docker/docker-py / test_no_excludes

Method test_no_excludes

tests/unit/utils_build_test.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return set(exclude_paths(self.base, patterns, dockerfile=dockerfile))
73
74 def test_no_excludes(self):
75 assert self.exclude(['']) == convert_paths(self.all_paths)
76
77 def test_no_dupes(self):
78 paths = exclude_paths(self.base, ['!a.py'])

Callers

nothing calls this directly

Calls 2

excludeMethod · 0.95
convert_pathsFunction · 0.85

Tested by

no test coverage detected