Exemplo n.º 1
0
def test_get_username():
    name = userpass.get_username(length=8)
    assert name.islower() and name.isalpha()
    assert len(name) == 8
Exemplo n.º 2
0
def test_get_username():
    name = userpass.get_username(length=8)
    assert name.islower() and name.isalpha()
    assert len(name) == 8
Exemplo n.º 3
0
def test_get_username():
    assert len(userpass.get_username(length=8)) == 8