# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 ...
assert actual == expected_kwargs, f"unexpected kwargs for {fn}: {actual}" assert all(name == name.lower() for name in actual), f"non snake_case kwargs in {fn}: {actual}" ...
一些您可能无法访问的结果已被隐去。
显示无法访问的结果