Lines Matching refs:dependencies
224 self.assertTrue(res.dependencies is not None)
273 self.assertEqual(res.dependencies, ())
377 """Verify that info returns the expected list of dependencies
385 # Renamed package for all variants, with correct dependencies.
394 # Renamed package for opposite image variant, with dependencies
403 # Renamed package for current image variant, with dependencies
412 # Renamed package for multiple variants, with dependencies
435 # with the correct dependencies will provide the expected info.
439 self.assertEqual(pi.dependencies, ["target@1.0"])
442 # applicable to this image), and with dependencies that
449 # No dependencies expected; existing don't apply to image.
450 self.assertEqual(pi.dependencies, [])
453 # to this image), and with dependencies that are only for that
461 # No dependencies expected; existing don't apply to image.
462 self.assertEqual(pi.dependencies, [])
470 self.assertEqual(pi.dependencies, [])