예제 #1
0
def test_random_string():
    eq_(len(random_string(8)), 8)
예제 #2
0
def test_random_string():
    assert len(random_string(8)) == 8
예제 #3
0
def test_random_string():
    eq_(len(random_string(8)), 8)