Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f759dc1

Browse filesBrowse files
committed
updated sheets test
1 parent 1cd768d commit f759dc1
Copy full SHA for f759dc1

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎google_objects/sheets.py

Copy file name to clipboardExpand all lines: google_objects/sheets.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
# iii/ change .from_existing to .from_raw
2424

2525
def grid_to_a1():
26+
pass
27+
2628

2729
class SheetsAPI(GoogleAPI):
2830

‎tests/test_sheets.py

Copy file name to clipboardExpand all lines: tests/test_sheets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_sheets(spreadsheet):
5959
assert isinstance(block, Block)
6060

6161
# test rows
62-
for row in block.rows():
62+
for row in block.rows:
6363
assert hasattr(row, '__iter__')
6464
for cell in row:
6565
assert isinstance(cell, Block.Cell)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.