"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "bb4015ded39592a593f4af437d7e62b1ae4366a4"
-
Dean Moldovan authored
The C++ part of the test code is modified to achieve this. As a result, this kind of test: ```python with capture: kw_func1(5, y=10) assert capture == "kw_func(x=5, y=10)" ``` can be replaced with a simple: `assert kw_func1(5, y=10) == "x=5, y=10"`665e8804