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 e982797 commit 3518670Copy full SHA for 3518670
tests/test.py
@@ -1,8 +1,7 @@
1
#!/usr/bin/env python3
2
3
import sys
4
-import os.path
5
-sys.path.append(os.path.join(os.path.dirname(__file__), '../source'))
+sys.path.append('source/')
6
from json_generator import get_json
7
from duplicates import list_duplicates
8
import json
0 commit comments