Beispiel #1
0
def test_unamef4():
    assert isValidUser('format C:') == False
Beispiel #2
0
def test_unamef3():
    assert isValidUser(
        'this-is-a-super-creative-name-for-github-user') == False
Beispiel #3
0
def test_unamef():
    assert isValidUser('user--123') == False
Beispiel #4
0
def test_unamef3():
    assert isValidUser('-user123-') == False
Beispiel #5
0
def test_uname2():
    assert isValidUser('user-123') == True