Skip to content

Commit 26160c5

Browse files
committed
docs(conftest.py): Note root-level
1 parent 83ada27 commit 26160c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.
5+
"""
16
import logging
27
import os
38
import pathlib

0 commit comments

Comments
 (0)