为什么pytest无法识别loguru的AssertionError?
在conftest.py中,我根据loguru的文档重新定义了caplog。我有 enqueue=True 因为我的一些代码使用多重处理。 @pytest.fixture def caplog(caplog: LogCaptureFixture): ”“...