def test_set_seq_with_str(self, seqprop_with_i, seq_str_example):
"""Test setting the seq attribute with a sequence string"""
seqprop_with_i.seq = seq_str_example
assert type(seqprop_with_i.seq) == Seq
assert str(seqprop_with_i.seq) == seq_str_example
评论列表
文章目录