Exemple #1
0
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100
Exemple #2
0
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100