Пример #1
0
def test_rurl7():
    assert isValidRepoURL('tp://github.com/author/repo') == True
Пример #2
0
def test_rurlf10():
    assert isValidRepoURL('format C:') == False
Пример #3
0
def test_rurl4():
    assert isValidRepoURL('http://github.com/author/repo.') == True
Пример #4
0
def test_rurlf():
    assert isValidRepoURL('author/repo') == False