Test case for #645 - recursive
This commit is contained in:
parent
7fd3148cc7
commit
dcf99adf91
2 changed files with 25 additions and 0 deletions
|
|
@ -82,6 +82,10 @@ test "caching works":
|
|||
check output.contains("0.2.0")
|
||||
writeFile(nfile, readFile(nfile).replace("0.2.0", "0.1.0"))
|
||||
|
||||
test "recursion works":
|
||||
cd "recursive":
|
||||
check execNimble("recurse").exitCode == QuitSuccess
|
||||
|
||||
test "picks #head when looking for packages":
|
||||
cd "versionClashes" / "aporiaScenario":
|
||||
let (output, exitCode) = execNimble("install", "-y", "--verbose")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue