Example #1
0
 def test_content_shutdown_options_false(self):
     self.assertEquals(is_boolean('false'), {'state': False})
Example #2
0
 def test_content_shutdown_options_false(self):
     self.assertEquals(is_boolean('false'), {'state':False})
Example #3
0
 def test_content_shutdown_options_true(self):
     self.assertEquals(is_boolean('true'), {'state': True})
Example #4
0
 def test_content_shutdown_options_true(self):
     self.assertEquals(is_boolean('true'), {'state':True})