Skip to content

Commit ce33b5f

Browse files
committed
Add a mypy version report header to the tests
1 parent e417fef commit ce33b5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/conftest.py

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
import mypy.version
2+
13
pytest_plugins = "pytester"
4+
5+
6+
def pytest_report_header():
7+
return f"mypy: {mypy.version.__version__}"

0 commit comments

Comments
 (0)