Skip to content

Commit d45f5dc

Browse files
committed
tests: add conftest.py
Just a simple import to prevent circular imports!
1 parent 11cf95f commit d45f5dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# --------------------------------------------------------------------
77

88
import os
9-
import os.path
109
import sys
1110

1211
path = os.path.realpath(os.path.join(os.path.dirname(__file__), os.pardir))

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Initialize imports
2+
3+
from src.api import check # noqa: F401

0 commit comments

Comments
 (0)