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 77f898d commit 0b81888Copy full SHA for 0b81888
conftest.py
@@ -1,3 +1,12 @@
1
+"""Conftest.py (root-level)
2
+
3
+We keep this in root pytest fixtures in pytest's doctest plugin to be available, as well
4
+as avoiding conftest.py from being included in the wheel, in addition to pytest_plugin
5
+for pytester only being available via the root directory.
6
7
+See "pytest_plugins in non-top-level conftest files" in
8
+https://docs.pytest.org/en/stable/deprecations.html
9
+"""
10
import pathlib
11
import shutil
12
import typing as t
0 commit comments