# 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}" ...