Skip to content

Commit 6d1d433

Browse files
committed
added
1 parent d542e2e commit 6d1d433

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/tests/test_batch/test_decorators.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
import unittest
1212
from unittest.mock import MagicMock, patch
1313

14+
import os
15+
import sys
16+
maindir=os.path.dirname(__file__)
17+
srcdir='../src'
18+
sys.path.insert(0,os.path.abspath(os.path.join(maindir,srcdir)))
19+
1420
from batch.decorators import (
1521
_decorate_patient,
1622
_decorate_vaccination,

0 commit comments

Comments
 (0)