コード例 #1
0
 def test_fragment_matcher(self):
     from assembler import Assembler
     assbl = Assembler(sequences, identifiers)
     assbl._fragment_matcher(['a', 'b', 'c'], ['b', 'c', 'd'])
     assert assbl._fragment_matcher(['a', 'b', 'c'], ['b', 'c', 'd'])