Exemplo n.º 1
0
 def test_2intvalue(self):
     self.assertTrue(check_array_binary(self.o))
Exemplo n.º 2
0
 def test_2strvalue(self):
     self.assertTrue(check_array_binary(self.n))
Exemplo n.º 3
0
 def test_01(self):
     self.assertTrue(check_array_binary(self.m))
Exemplo n.º 4
0
 def test_bool(self):
     self.assertTrue(check_array_binary(self.z))
Exemplo n.º 5
0
 def test_str(self):
     self.assertFalse(check_array_binary(self.y))
Exemplo n.º 6
0
 def test_int(self):
     self.assertFalse(check_array_binary(self.x))