コード例 #1
0
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100
コード例 #2
0
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
def test_total_length():
    x = DNABinary(100)
    assert x.total_length() == 100