🔬 make a test assertion. #24

This commit is contained in:
chfw 2018-05-23 08:27:08 +01:00
parent 35a0a74401
commit f4f4f51884
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ def test_issue_23():
def test_issue_24():
test_file = get_fixtures("comment-in-cell.ods")
data = get_data(test_file)
eq_(data['Sheet1'], [['test']])
def test_issue_25():
test_file = get_fixtures("comment-in-cell.ods")
data = get_data(test_file)
print(data)