MCPcopy Create free account
hub / github.com/ipython/ipython / wantDirectory

Method wantDirectory

IPython/testing/iptest.py:273–278  ·  view source on GitHub ↗

Return whether the given directory should be scanned for tests.

(self, directory)

Source from the content-addressed store, hash-verified

271 return None
272
273 def wantDirectory(self, directory):
274 """Return whether the given directory should be scanned for tests.
275 """
276 if any(pat in directory for pat in self.exclude_patterns):
277 return False
278 return None
279
280
281class StreamCapturer(Thread):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected