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 6e20686 commit 9c44e0bCopy full SHA for 9c44e0b
tests/test.py
@@ -2,9 +2,9 @@
2
3
import sys
4
import os.path
5
-sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
6
-from source.json_generator import get_json
7
-from source.duplicates import list_duplicates
+sys.path.append(os.path.join(os.path.dirname(__file__), '../source'))
+from json_generator import get_json
+from duplicates import list_duplicates
8
import json
9
import re
10
import unittest
0 commit comments