예제 #1
0
 def test_title_case_strings_are_made_lower_case(self):
     self.assertEqual(Zone.set_mute(DEFAULT_ZONE, 'False'), self.expected)
예제 #2
0
 def booleans_are_outputted_in_lower_case(self):
     self.assertEqual(Zone.set_mute(DEFAULT_ZONE, False), self.expected)
예제 #3
0
 def test_lower_case_strings_are_unaffected(self):
     self.assertEqual(Zone.set_mute(DEFAULT_ZONE, 'false'), self.expected)