Distributed
1.0
▾ distributed
▸ actor
▸ asyncio
▸ batched
▸ bokeh
▸ cfexecutor
▸ cli
▸ client
▸ comm
▸ compatibility
▸ config
▸ core
▸ counter
▸ dashboard
▸ deploy
▸ diagnostics
▸ diskutils
▸ event
▸ http
▸ lock
▸ locket
▸ metrics
▸ nanny
▸ node
▸ preloading
▸ process
▸ proctitle
▸ profile
▸ protocol
▸ publish
▸ pubsub
▾ pytest_resourceleaks
class
ActiveThreadsChecker
class
ChildProcessesChecker
class
FDChecker
class
LeakChecker
class
RSSMemoryChecker
class
ResourceChecker
class
TracemallocMemoryChecker
▸ queues
▸ recreate_exceptions
▸ scheduler
▸ security
▸ semaphore
▸ sizeof
▸ stealing
▸ system
▸ system_monitor
▸ tests
▸ threadpoolexecutor
▸ utils
▸ utils_comm
▸ utils_perf
▸ utils_test
▸ variable
▸ versions
▸ worker
▸ worker_client
Class LeakChecker
distributed
.
pytest_resourceleaks
.
LeakChecker
Declaration
class
LeakChecker
source
link
Methods
▷
def
__init__
(
self, checkers, grace_delay, mark_failed, max_retries
)
source
link
▷
def
checks_for_item
(
self, nodeid
)
source
link
▷
def
cleanup
(
self
)
source
link
▷
def
maybe_retry
(
self, item, nextitem=None
)
source
link
▷
def
measure
(
self, nodeid
)
source
link
▷
def
measure_after_test
(
self, nodeid
)
source
link
▷
def
measure_before_test
(
self, nodeid
)
source
link
▷
def
pytest_report_teststatus
(
self, report
)
@pytest.hookimpl(hookwrapper=True, trylast=True)
@pytest.hookimpl(hookwrapper=True, trylast=True)
def
pytest_report_teststatus(
self
,
report,
)
source
link
▷
def
pytest_runtest_protocol
(
self, item, nextitem
)
@pytest.hookimpl(hookwrapper=True)
@pytest.hookimpl(hookwrapper=True)
def
pytest_runtest_protocol(
self
,
item,
nextitem,
)
source
link
▷
def
pytest_runtest_setup
(
self, item
)
@pytest.hookimpl(hookwrapper=True)
@pytest.hookimpl(hookwrapper=True)
def
pytest_runtest_setup(
self
,
item,
)
source
link
▷
def
pytest_runtest_teardown
(
self, item
)
@pytest.hookimpl(hookwrapper=True, trylast=True)
@pytest.hookimpl(hookwrapper=True, trylast=True)
def
pytest_runtest_teardown(
self
,
item,
)
source
link
▷
def
pytest_terminal_summary
(
self, terminalreporter, exitstatus
)
@pytest.hookimpl
@pytest.hookimpl
def
pytest_terminal_summary(
self
,
terminalreporter,
exitstatus,
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:05