コード例 #1
0
 def test_get_attr_raises_exception_if_can_not_find_attr(self):
     with self.assertRaises(AttributeError):
         Collection._()
コード例 #2
0
 def test_get_attr_raises_exception_if_can_not_find_attr(self):
     with self.assertRaises(AttributeError):
         Collection._()