Ejemplo n.º 1
0
 def test_component_list_extra(self):
     with self.assertRaises(ValueError):
         ComponentList.from_dependencies(dependency_list=['a'], a=1, b=2)
Ejemplo n.º 2
0
 def test_component_list_extra(self):
     with self.assertRaises(ValueError):
         ComponentList.from_dependencies(dependency_list=['a'],
                                         a=1, b=2)
Ejemplo n.º 3
0
 def test_component_list_missing(self):
     with self.assertRaises(ValueError):
         ComponentList.from_dependencies(dependency_list=['a'])
Ejemplo n.º 4
0
 def test_component_list_missing(self):
     with self.assertRaises(ValueError):
         ComponentList.from_dependencies(dependency_list=['a'])