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