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

Method will_run

IPython/testing/iptestcontroller.py:169–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167
168 @property
169 def will_run(self):
170 try:
171 return test_sections[self.section].will_run
172 except KeyError:
173 return True
174
175 def add_xunit(self):
176 xunit_file = os.path.abspath(self.section + '.xunit.xml')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected