lager.pytest_influxdb

Module Contents

Classes

InfluxReport

Functions

run_before_and_after_tests(request, record_property)

pytest_configure(config)

pytest_unconfigure(config)

Attributes

TEST_STARTED_AT

TEST_NAME

lager.pytest_influxdb.TEST_STARTED_AT
lager.pytest_influxdb.TEST_NAME
exception lager.pytest_influxdb.NoTagsWarning

Bases: pytest.PytestWarning

Bases: UserWarning.

Base class for all warnings emitted by pytest.

lager.pytest_influxdb.run_before_and_after_tests(request, record_property)
lager.pytest_influxdb.pytest_configure(config)
lager.pytest_influxdb.pytest_unconfigure(config)
class lager.pytest_influxdb.InfluxReport(host, token, org, bucket)
_make_metric_name(name)
_make_labels(testname)
_get_label_names()
add_metrics_for_tests(metric, testnames)
pytest_runtest_logreport(report)
pytest_sessionfinish(exitstatus)
pytest_terminal_summary(terminalreporter)