We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc42787 commit bbace6eCopy full SHA for bbace6e
testinfra/modules/group.py
@@ -38,7 +38,7 @@ def gid(self):
38
return int(self.check_output("getent group %s | cut -d':' -f3", self.name))
39
40
@property
41
- def user_list(self):
+ def members(self):
42
"""Return all users that are members of this group."""
43
users = self.check_output("getent group %s | cut -d':' -f4", self.name)
44
if users:
0 commit comments