We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e4ac0 commit bcaeac4Copy full SHA for bcaeac4
conftest.py
@@ -1,8 +1,11 @@
1
from django.conf import settings
2
import mock
3
+import sys
4
import os
5
import os.path
6
7
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src'))
8
+
9
10
def pytest_configure(config):
11
import warnings
0 commit comments