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 83ada27 commit 3be6b5eCopy full SHA for 3be6b5e
conftest.py
@@ -1,3 +1,8 @@
1
+"""Conftest.py (root-level)
2
+
3
+We keep this in root do allow for pytest fixtures for doctest to be available, as well
4
+as avoiding conftest.py from being included in the wheel.
5
+"""
6
import logging
7
import os
8
import pathlib
0 commit comments