We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1426c4 commit 9f23c75Copy full SHA for 9f23c75
src/pytest_html/hooks.py
@@ -1,7 +1,6 @@
1
# This Source Code Form is subject to the terms of the Mozilla Public
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
-# type: ignore
5
6
7
def pytest_html_report_title(report):
src/pytest_html/plugin.py
import os
import warnings
from pathlib import Path
0 commit comments