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

Method test_wildcard_exclude

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

Source from the content-addressed store, hash-verified

79 assert sorted(paths) == sorted(set(paths))
80
81 def test_wildcard_exclude(self):
82 assert self.exclude(['*']) == {'Dockerfile', '.dockerignore'}
83
84 def test_exclude_dockerfile_dockerignore(self):
85 """

Callers

nothing calls this directly

Calls 1

excludeMethod · 0.95

Tested by

no test coverage detected