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 8d69308 commit dc8f15aCopy full SHA for dc8f15a
testinfra/modules/mountpoint.py
@@ -84,7 +84,7 @@ def get_mountpoints(cls):
84
"""Returns a list of MountPoint instances
85
86
>>> host.mount_point.get_mountpoints()
87
- [<MountPoint(path=/proc, device=proc, filesystem=proc, options=rw,nosuid,nodev,noexec,relatime)>
+ [<MountPoint(path=/proc, device=proc, filesystem=proc, options=rw,nosuid,nodev,noexec,relatime)>,
88
<MountPoint(path=/, device=/dev/sda1, filesystem=ext4, options=rw,relatime,errors=remount-ro,data=ordered)>]
89
""" # noqa
90
mountpoints = []
0 commit comments