Coverage for tests/conftest.py: 66.67%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-06 09:32 -0400

1"""Configuration for the pytest test suite.""" 

2from pytest_html.html_report import HTMLReport 

3 

4 

5def pytest_html_report_title(report: HTMLReport) -> None: 

6 """Set the pytest report title.""" 

7 report.title = "Test Report"