Esempio n. 1
0
def test_rurl7():
    assert isValidRepoURL('tp://github.com/author/repo') == True
Esempio n. 2
0
def test_rurlf10():
    assert isValidRepoURL('format C:') == False
Esempio n. 3
0
def test_rurl4():
    assert isValidRepoURL('http://github.com/author/repo.') == True
Esempio n. 4
0
def test_rurlf():
    assert isValidRepoURL('author/repo') == False