New algorithm for dependency resolution, tests. #100 #81

This commit is contained in:
Andrey Smirnov
2014-08-28 19:07:39 +04:00
parent 5a42c60af4
commit ed03a7c69e
9 changed files with 204 additions and 38 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ class SearchRepo4Test(BaseTest):
fixtureDB = True
fixtureCmds = ["aptly repo create wheezy-main", "aptly repo import wheezy-main wheezy-main Name"]
outputMatchPrepare = lambda _, s: "\n".join(sorted(s.split("\n")))
runCmd = "aptly repo search -with-deps wheezy-main 'Name (coreutils)'"
runCmd = "aptly repo search -with-deps wheezy-main 'Name (nginx)'"