Skip to content

Commit 5b49651

Browse files
authored
Update test_tools.py
1 parent 8c9871a commit 5b49651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
import sys
12
import os
3+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
24
from tools import save_to_txt
35

46
def test_save_to_txt_creates_file(tmp_path):

0 commit comments

Comments
 (0)