added code to clone package manager

This commit is contained in:
2021-10-01 14:38:13 +04:00
parent be985942b9
commit fc5e834552
10 changed files with 250 additions and 9 deletions

View File

@@ -235,4 +235,11 @@ func TestCheckRunPlugin(t *testing.T) {
t.Fail()
}
}
func TestDownloadPlugin(t *testing.T) {
err := DownloadPlugin("https://github.com/Akilan1999/laplace/")
if err != nil {
}
}