python -m venv .venv source.venv/bin/activate python -m pip install -U pip python -m pip install -e . When running examples from this repo checkout, the SDK source ...
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}" ...