Ejemplo n.º 1
0
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100
Ejemplo n.º 2
0
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100