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