PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
_pytest
"""Indirection for time functions. We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect pytest runtime information (issue #185). Fixture "mock_timing" also interacts with this module for pytest's own tests. """ from time import perf_counter from time import sleep from time import time __all__ = ["perf_counter", "sleep", "time"]
[-] python_api.py
[edit]
[-] warnings.py
[edit]
[-] setuponly.py
[edit]
[-] logging.py
[edit]
[-] _argcomplete.py
[edit]
[-] capture.py
[edit]
[-] monkeypatch.py
[edit]
[-] setupplan.py
[edit]
[-] outcomes.py
[edit]
[-] pastebin.py
[edit]
[-] cacheprovider.py
[edit]
[-] recwarn.py
[edit]
[-] doctest.py
[edit]
[-] unraisableexception.py
[edit]
[+]
_io
[-] warning_types.py
[edit]
[-] helpconfig.py
[edit]
[+]
__pycache__
[-] timing.py
[edit]
[-] hookspec.py
[edit]
[-] compat.py
[edit]
[-] threadexception.py
[edit]
[+]
config
[-] reports.py
[edit]
[-] pytester.py
[edit]
[-] python.py
[edit]
[-] python_path.py
[edit]
[+]
_py
[-] py.typed
[edit]
[-] pytester_assertions.py
[edit]
[+]
..
[+]
_code
[-] _version.py
[edit]
[-] scope.py
[edit]
[-] freeze_support.py
[edit]
[-] unittest.py
[edit]
[-] legacypath.py
[edit]
[-] terminal.py
[edit]
[-] faulthandler.py
[edit]
[-] stash.py
[edit]
[-] debugging.py
[edit]
[-] pathlib.py
[edit]
[+]
mark
[-] stepwise.py
[edit]
[-] junitxml.py
[edit]
[-] fixtures.py
[edit]
[-] __init__.py
[edit]
[-] skipping.py
[edit]
[-] nodes.py
[edit]
[-] main.py
[edit]
[-] nose.py
[edit]
[+]
assertion
[-] runner.py
[edit]
[-] tmpdir.py
[edit]
[-] deprecated.py
[edit]