Beispiel #1
0
def test_clone():
    tmp = vcs.clone("https://github.com/copier-org/copier.git")
    assert tmp
    assert exists(join(tmp, "README.md"))
    shutil.rmtree(tmp, ignore_errors=True)
Beispiel #2
0
def test_clone():
    tmp = vcs.clone("https://github.com/jpscaletti/siht.git")
    assert tmp
    assert exists(join(tmp, "setup.py"))
    shutil.rmtree(tmp)