Skip to content

Commit 4f05cfd

Browse files
committed
Add tests to pythonpath making test utils importable
- see: pytest-dev/pytest#8964
1 parent 12979c8 commit 4f05cfd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[pytest]
22
addopts= -v --showlocals
33
xfail_strict=True
4+
5+
# add root dir "." to pythonpath so we can import test utils from /tests
6+
pythonpath = .

tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)