We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8c612 commit 8f41e94Copy full SHA for 8f41e94
1 file changed
tests/unit/actions/test_client.py
@@ -40,6 +40,9 @@
40
41
42
def test_resource_clients_with_actions(client: Client):
43
+ """
44
+ Ensure that the list of resource clients above is up to date.
45
46
members = inspect.getmembers(
47
client,
48
predicate=lambda p: isinstance(p, ResourceClientBase) and hasattr(p, "actions"),
0 commit comments