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

Method test_cell

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

Source from the content-addressed store, hash-verified

58
59 @pytest.mark.vcr()
60 def test_cell(self):
61 cell = self.sheet.cell(1, 1)
62 self.assertIsInstance(cell, gspread.cell.Cell)
63
64 @pytest.mark.vcr()
65 def test_range(self):

Callers

nothing calls this directly

Calls 1

cellMethod · 0.80

Tested by

no test coverage detected