(engine, request)
| 146 | |
| 147 | |
| 148 | def xfail_datetimes_with_pyxlsb(engine, request): |
| 149 | if engine == "pyxlsb": |
| 150 | request.applymarker( |
| 151 | pytest.mark.xfail( |
| 152 | reason="Sheets containing datetimes not supported by pyxlsb" |
| 153 | ) |
| 154 | ) |
| 155 | |
| 156 | |
| 157 | class TestReaders: |
no outgoing calls
no test coverage detected