Ejemplo n.º 1
0
 def test_verbose_description_returns_the_proper_value(self):
     for descriptions, value, type_, text in self.known_values:
         for desc in descriptions:
             this_channel = Channel(desc)
             self.assertEqual(this_channel.verbose_description(), text)