We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ee50d commit ecad982Copy full SHA for ecad982
tests/test_xdc.py
@@ -1,7 +1,9 @@
1
import tricahue
2
import unittest
3
import os
4
+import sys
5
6
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))
7
8
fj_url = "charmmefj.synbiohub.org"
9
fj_user = ""
@@ -12,7 +14,7 @@
12
14
sbh_pass = "test123"
13
15
sbh_collec = "XDC_package_test"
16
-test_file_path ='../test_files'
17
+test_file_path ='test/test_files'
18
excel_path = os.path.join(test_file_path, 'Medias.xlsm')
19
20
homespace = 'https://synbiohub.org/synbiotest'
0 commit comments