File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/opencloning/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ def test_get_assembly_enzyme(self):
130130 def test_assign_plasmid_to_syntax_part (self ):
131131
132132 # Has a part that is specifically named
133- plasmid1 = pydna_parse ('tests/ test_files/syntax/pYTK002.gb' )[0 ]
133+ plasmid1 = pydna_parse (f' { test_files } /syntax/pYTK002.gb' )[0 ]
134134 # Spans multiple parts
135- plasmid2 = pydna_parse ('tests/ test_files/syntax/pYTK095.gb' )[0 ]
135+ plasmid2 = pydna_parse (f' { test_files } /syntax/pYTK095.gb' )[0 ]
136136 # Has 2 parts
137- plasmid3 = pydna_parse ('tests/ test_files/syntax/moclo_ytk_multi_part.gb' )[0 ]
137+ plasmid3 = pydna_parse (f' { test_files } /syntax/moclo_ytk_multi_part.gb' )[0 ]
138138 # Has no parts that match the syntax
139- plasmid4 = pydna_parse ('tests/ test_files/pAG25.gb' )[0 ]
139+ plasmid4 = pydna_parse (f' { test_files } /pAG25.gb' )[0 ]
140140
141141 result = moclo_syntax .assign_plasmid_to_syntax_part (plasmid1 )
142142 self .assertEqual (len (result ), 1 )
You can’t perform that action at this time.
0 commit comments