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

Method test_single_filename

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

Source from the content-addressed store, hash-verified

115 assert convert_path('foo/a.py') not in includes
116
117 def test_single_filename(self):
118 assert self.exclude(['a.py']) == convert_paths(
119 self.all_paths - {'a.py'}
120 )
121
122 def test_single_filename_leading_dot_slash(self):
123 assert self.exclude(['./a.py']) == convert_paths(

Callers

nothing calls this directly

Calls 2

excludeMethod · 0.95
convert_pathsFunction · 0.85

Tested by

no test coverage detected