Skip to content

Commit ecad982

Browse files
authored
Update test_xdc.py
1 parent b5ee50d commit ecad982

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_xdc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import tricahue
22
import unittest
33
import os
4+
import sys
45

6+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../src')))
57

68
fj_url = "charmmefj.synbiohub.org"
79
fj_user = ""
@@ -12,7 +14,7 @@
1214
sbh_pass = "test123"
1315
sbh_collec = "XDC_package_test"
1416

15-
test_file_path ='../test_files'
17+
test_file_path ='test/test_files'
1618
excel_path = os.path.join(test_file_path, 'Medias.xlsm')
1719

1820
homespace = 'https://synbiohub.org/synbiotest'

0 commit comments

Comments
 (0)