Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ add_xunit
Method
add_xunit
IPython/testing/iptestcontroller.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
return
True
174
175
def
add_xunit(self):
176
xunit_file = os.path.abspath(self.section +
'.xunit.xml'
)
177
self.cmd.extend([
'--with-xunit'
,
'--xunit-file'
, xunit_file])
178
179
def
add_coverage(self):
180
try
:
Callers
1
setup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected