We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9871a commit 5b49651Copy full SHA for 5b49651
tests/test_tools.py
@@ -1,4 +1,6 @@
1
+import sys
2
import os
3
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
4
from tools import save_to_txt
5
6
def test_save_to_txt_creates_file(tmp_path):
0 commit comments