Skip to content

Commit 8f41e94

Browse files
committed
test: add docsting
1 parent 9b8c612 commit 8f41e94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/actions/test_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

4141

4242
def test_resource_clients_with_actions(client: Client):
43+
"""
44+
Ensure that the list of resource clients above is up to date.
45+
"""
4346
members = inspect.getmembers(
4447
client,
4548
predicate=lambda p: isinstance(p, ResourceClientBase) and hasattr(p, "actions"),

0 commit comments

Comments
 (0)