*Not documented*
def startcapture(self):
origin: test.collect.Module
where:
changes in __dict__ after execution:
function source:
def startcapture(self):
if not self.option.nocapture and not self.option.usepdb:
assert not hasattr(self, '_capture')
#self._capture = py.io.OutErrCapture()
# XXX integrate this into py.io / refactor
# execnet/py.test capturing mechanisms
from py.__.misc.simplecapture import SimpleOutErrCapture
self._capture = SimpleOutErrCapture()
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.0
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.1
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.2
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.3
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.4
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.5
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.6
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.7
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.8
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.9
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.10
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.11
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.12
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.13
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.14
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.15
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.16
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py
traceback test.collect.Module.startcapture.17
called in /home/johnny/projects/merlinux/py/dist/py/test/session.py