MCPcopy Create free account
hub / github.com/docker/docker-py / test_question_mark

Method test_question_mark

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

Source from the content-addressed store, hash-verified

154 )
155
156 def test_question_mark(self):
157 assert self.exclude(['?.py']) == convert_paths(
158 self.all_paths - {'a.py', 'b.py'}
159 )
160
161 def test_single_subdir_single_filename(self):
162 assert self.exclude(['foo/a.py']) == convert_paths(

Callers

nothing calls this directly

Calls 2

excludeMethod · 0.95
convert_pathsFunction · 0.85

Tested by

no test coverage detected