We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb15908 commit b1a910fCopy full SHA for b1a910f
src/pytest_html/plugin.py
@@ -6,6 +6,7 @@
6
7
import pytest
8
9
+from pytest_html.basereport import BaseReport as HTMLReport # noqa: F401
10
from pytest_html.report import Report
11
from pytest_html.selfcontained_report import SelfContainedReport
12
0 commit comments