py
builtin
code
compat
error
execnet
io
log
magic
path
process
std
test
broken
cmdline
collect
config
deprecated_call
ensuretemp
exit
fail
notimplemented
raises
skip
xml
test.exit API [rev. unknown]
index
api
source
contact
download
def exit(msg, item=None):
*no docstring available*
arguments:
msg: <UNKNOWN>
item: <UNKNOWN>
return value:
<UNKNOWN>
source: test/session.py
132
133
def
exit(msg, item=None):
raise
Exit(msg=msg, item=item)