MCPcopy
hub / github.com/burnash/gspread / test_update_cell_multiline

Method test_update_cell_multiline

tests/worksheet_test.py:442–448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440
441 @pytest.mark.vcr()
442 def test_update_cell_multiline(self):
443 sg = self._sequence_generator()
444 value = next(sg)
445
446 value = "{}\n{}".format(value, value)
447 self.sheet.update_cell(1, 2, value)
448 self.assertEqual(self.sheet.cell(1, 2).value, value)
449
450 @pytest.mark.vcr()
451 def test_update_cell_unicode(self):

Callers

nothing calls this directly

Calls 4

_sequence_generatorMethod · 0.80
formatMethod · 0.80
update_cellMethod · 0.80
cellMethod · 0.80

Tested by

no test coverage detected