コード例 #1
0
def test_creatdonorsdons():
    for n in createDonors(5):
        assert 1 <= len(n) <= 3
コード例 #2
0
def test_creatdonorslen():
    assert len(createDonors(5)) == 5
コード例 #3
0
def test_creatdonorslen():
    assert len(createDonors(5)) == 5
コード例 #4
0
def test_creatdonorsdons():
    for n in createDonors(5):
        assert 1 <= len(n) <= 3