Lines Matching refs:manifests
644 """Test that resolving manifests which have strange or
975 """This checks manifests with multiple files, both with
1273 """Verify that in cases where both the provided manifests and
1276 and that the resolution provided by the manifests is used."""
1282 manifests = [self.make_manifest(x) for x in
1286 dependencies.resolve_deps(manifests, self.api_obj, ["*"])
1288 self.assertEqual(len(pkg_deps[manifests[1]]), 1)
1289 for d in pkg_deps[manifests[1]]:
1740 # Test that when two manifests split on debug, non-debug, the
2935 satisfy a file dependency and generates a set of manifests to
3002 # These templates are used to generate the other manifests.
3026 self.debug("The manifests for this test are:")