Exemplo n.º 1
0
 def test_cell_is_updateable_false(self):
     cell = {'Updateable': 268435716}
     self.assertFalse(cell_is_updateable(cell))
Exemplo n.º 2
0
 def test_cell_is_updateable_true(self):
     cell = {'Updateable': 258}
     self.assertTrue(cell_is_updateable(cell))