mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
Allow package queries to return duplicate entries on PackageCollection
Fixes #446
This commit is contained in:
@@ -78,3 +78,17 @@ class ShowPackage7Test(BaseTest):
|
||||
]
|
||||
outputMatchPrepare = sortLines
|
||||
runCmd = "aptly package show -with-references \"pyspi (0.6.1-1.3)\""
|
||||
|
||||
|
||||
class ShowPackage8Test(BaseTest):
|
||||
"""
|
||||
show package: with duplicates and direct reference
|
||||
"""
|
||||
fixtureCmds = [
|
||||
"aptly repo create a",
|
||||
"aptly repo create b",
|
||||
"aptly repo add a ${files}",
|
||||
"aptly repo add b ${testfiles}"
|
||||
]
|
||||
outputMatchPrepare = sortLines
|
||||
runCmd = "aptly package show -with-references pyspi_0.6.1-1.3_source"
|
||||
|
||||
Reference in New Issue
Block a user