SYMBOL INDEX (90 symbols across 16 files) FILE: docs/sources/conf.py function read_version (line 18) | def read_version(): FILE: examples/pkg1/test_mod1.py function test_sleep1 (line 6) | def test_sleep1(): function test_sleep2 (line 11) | def test_sleep2(): function test_heavy (line 16) | def test_heavy(range_max, other): FILE: examples/pkg1/test_mod2.py function test_sleep_400ms (line 4) | def test_sleep_400ms(): FILE: examples/pkg2/test_mod_a.py function test_master_sleep (line 4) | def test_master_sleep(): FILE: examples/pkg3/test_mod_cl.py class TestClass (line 4) | class TestClass: method setup_method (line 5) | def setup_method(self, test_method): method test_method1 (line 9) | def test_method1(self): FILE: examples/pkg4/test_mod_a.py function test_not_monitored (line 10) | def test_not_monitored(): function test_force_monitor (line 19) | def test_force_monitor(): FILE: examples/pkg5/doctest.py function run (line 1) | def run(a, b): function try_doctest (line 11) | def try_doctest(): FILE: examples/pkg5/test_special_pytest.py function test_is_skipped (line 5) | def test_is_skipped(): function test_that_one_is_skipped_too (line 9) | def test_that_one_is_skipped_too(): function test_import_or_skip (line 13) | def test_import_or_skip(): FILE: pytest_monitor/handler.py class DBHandler (line 4) | class DBHandler: method __init__ (line 5) | def __init__(self, db_path): method query (line 10) | def query(self, what, bind_to, many=False): method insert_session (line 15) | def insert_session(self, h, run_date, scm_id, description): method insert_metric (line 22) | def insert_metric( method insert_execution_context (line 63) | def insert_execution_context(self, exc_context): method prepare (line 84) | def prepare(self): FILE: pytest_monitor/pytest_monitor.py function pytest_addoption (line 30) | def pytest_addoption(parser): function pytest_configure (line 101) | def pytest_configure(config): function pytest_runtest_setup (line 121) | def pytest_runtest_setup(item): function pytest_runtest_makereport (line 162) | def pytest_runtest_makereport(item, call): function pytest_runtest_call (line 176) | def pytest_runtest_call(item): function pytest_pyfunc_call (line 191) | def pytest_pyfunc_call(pyfuncitem): function pytest_make_parametrize_id (line 224) | def pytest_make_parametrize_id(config, val, argname): function pytest_sessionstart (line 231) | def pytest_sessionstart(session): function _prf_module_tracer (line 262) | def _prf_module_tracer(request): function _prf_tracer (line 291) | def _prf_tracer(request): FILE: pytest_monitor/session.py class PyTestMonitorSession (line 20) | class PyTestMonitorSession: method __init__ (line 21) | def __init__(self, db=None, remote=None, component="", scope=None, tra... method monitoring_enabled (line 35) | def monitoring_enabled(self): method remote_env_id (line 39) | def remote_env_id(self): method db_env_id (line 43) | def db_env_id(self): method process (line 47) | def process(self): method get_env_id (line 50) | def get_env_id(self, env): method compute_info (line 66) | def compute_info(self, description, tags): method set_environment_info (line 107) | def set_environment_info(self, env): method prepare (line 123) | def prepare(self): method add_test_info (line 130) | def add_test_info( FILE: pytest_monitor/sys_utils.py function collect_ci_info (line 13) | def collect_ci_info(): function determine_scm_revision (line 60) | def determine_scm_revision(): function _get_cpu_string (line 72) | def _get_cpu_string(): class ExecutionContext (line 87) | class ExecutionContext: method __init__ (line 88) | def __init__(self): method _read_cpu_freq_from_env (line 107) | def _read_cpu_freq_from_env(self): method to_dict (line 114) | def to_dict(self): method cpu_count (line 130) | def cpu_count(self): method cpu_frequency (line 134) | def cpu_frequency(self): method cpu_type (line 138) | def cpu_type(self): method cpu_vendor (line 142) | def cpu_vendor(self): method ram_total (line 146) | def ram_total(self): method fqdn (line 150) | def fqdn(self): method machine (line 154) | def machine(self): method architecture (line 158) | def architecture(self): method system_info (line 162) | def system_info(self): method python_info (line 166) | def python_info(self): method compute_hash (line 169) | def compute_hash(self): FILE: tests/test_monitor.py function test_monitor_basic_test (line 9) | def test_monitor_basic_test(testdir): function test_monitor_basic_test_description (line 48) | def test_monitor_basic_test_description(testdir): function test_monitor_pytest_skip_marker (line 88) | def test_monitor_pytest_skip_marker(testdir): function test_monitor_pytest_skip_marker_on_fixture (line 121) | def test_monitor_pytest_skip_marker_on_fixture(testdir): function test_bad_markers (line 157) | def test_bad_markers(testdir): function test_monitor_skip_module (line 193) | def test_monitor_skip_module(testdir): function test_monitor_skip_test (line 236) | def test_monitor_skip_test(testdir): function test_monitor_skip_test_if (line 272) | def test_monitor_skip_test_if(testdir): function test_monitor_no_db (line 315) | def test_monitor_no_db(testdir): function test_monitor_basic_output (line 353) | def test_monitor_basic_output(testdir): function test_monitor_with_doctest (line 376) | def test_monitor_with_doctest(testdir): FILE: tests/test_monitor_component.py function test_monitor_no_component (line 6) | def test_monitor_no_component(testdir): function test_monitor_force_component (line 42) | def test_monitor_force_component(testdir): function test_monitor_prefix_component (line 80) | def test_monitor_prefix_component(testdir): function test_monitor_prefix_without_component (line 123) | def test_monitor_prefix_without_component(testdir): FILE: tests/test_monitor_context.py function get_nb_metrics_with_cpu_freq (line 21) | def get_nb_metrics_with_cpu_freq(path): function test_force_cpu_freq_set_0_use_psutil (line 35) | def test_force_cpu_freq_set_0_use_psutil(testdir): function test_force_cpu_freq (line 59) | def test_force_cpu_freq(testdir): function test_when_cpu_freq_cannot_fetch_frequency_set_freq_by_using_fallback (line 84) | def test_when_cpu_freq_cannot_fetch_frequency_set_freq_by_using_fallback... function test_when_cpu_freq_cannot_fetch_frequency_set_freq_to_0 (line 107) | def test_when_cpu_freq_cannot_fetch_frequency_set_freq_to_0(effect, test... function test_when_cpu_freq_cannot_fetch_frequency (line 128) | def test_when_cpu_freq_cannot_fetch_frequency(cpu_freq_mock, testdir): FILE: tests/test_monitor_in_ci.py function test_monitor_no_ci (line 7) | def test_monitor_no_ci(testdir): function test_monitor_jenkins_ci (line 65) | def test_monitor_jenkins_ci(testdir): function test_monitor_gitlab_ci (line 151) | def test_monitor_gitlab_ci(testdir): function test_monitor_travis_ci (line 228) | def test_monitor_travis_ci(testdir): function test_monitor_circle_ci (line 305) | def test_monitor_circle_ci(testdir): function test_monitor_drone_ci (line 382) | def test_monitor_drone_ci(testdir): function test_monitor_bitbucket_ci (line 458) | def test_monitor_bitbucket_ci(testdir):