(doc, backport_typehints)
| 228 | |
| 229 | |
| 230 | def test_buffer_docstring(doc, backport_typehints): |
| 231 | assert ( |
| 232 | backport_typehints(doc(m.get_buffer_info)) |
| 233 | == "get_buffer_info(arg0: collections.abc.Buffer) -> m.buffers.buffer_info" |
| 234 | ) |
| 235 | |
| 236 | |
| 237 | def test_buffer_exception(): |
nothing calls this directly
no test coverage detected