MCPcopy Create free account
hub / github.com/dimastbk/python-calamine / test_close_workbook_double

Function test_close_workbook_double

tests/test_base.py:372–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370
371
372def test_close_workbook_double():
373 reader = CalamineWorkbook.from_path(PATH / "base.xlsx")
374 reader.close()
375
376 with pytest.raises(WorkbookClosed):
377 reader.close()
378
379
380def test_datetime_overflow():

Callers

nothing calls this directly

Calls 2

from_pathMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…