fatal, that I have no idea why we support, maps to critical.
(self, abl, cl)
| 1561 | |
| 1562 | @pytest.mark.asyncio |
| 1563 | async def test_correct_level_fatal(self, abl, cl): |
| 1564 | """ |
| 1565 | fatal, that I have no idea why we support, maps to critical. |
| 1566 | """ |
| 1567 | await abl.bind(foo="bar").fatal("42") |
| 1568 | |
| 1569 | assert "critical" == cl.calls[0].method_name |
| 1570 | |
| 1571 | @pytest.mark.asyncio |
| 1572 | async def test_log_method(self, abl, cl): |