コード例 #1
0
ファイル: validator_tests.py プロジェクト: rjshaver/netman
 def test_content_shutdown_options_false(self):
     self.assertEquals(is_boolean('false'), {'state': False})
コード例 #2
0
 def test_content_shutdown_options_false(self):
     self.assertEquals(is_boolean('false'), {'state':False})
コード例 #3
0
ファイル: validator_tests.py プロジェクト: rjshaver/netman
 def test_content_shutdown_options_true(self):
     self.assertEquals(is_boolean('true'), {'state': True})
コード例 #4
0
 def test_content_shutdown_options_true(self):
     self.assertEquals(is_boolean('true'), {'state':True})