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

Method will_run

IPython/testing/iptest.py:167–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165
166 @property
167 def will_run(self):
168 return self.enabled and all(have[p] for p in self.dependencies)
169
170# Name -> (include, exclude, dependencies_met)
171test_sections = {n:TestSection(n, ['IPython.%s' % n]) for n in test_group_names}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected