nonebug icon indicating copy to clipboard operation
nonebug copied to clipboard

NoneBot2 测试框架 / NoneBot2 test framework

Results 1 nonebug issues
Sort by recently updated
recently updated
newest added

目前的nonebug在测试时遇到和期望不相符的文本时,只会显示这样的格式: ```python f"Application got api call {api} with data {data} but expected {model.data}" ``` 这经常会造成如下对人眼检查不友好的输出: ```python Application got api call ... with data {'foo': 1, 'bar': {'hello': 'world'}} but expected...