Lines Matching defs:pytest
3 import pytest
44 pytest.fail('file system process terminated prematurely')
47 pytest.fail("mountpoint failed to come up")
90 pytest.fail('file system process terminated with code %s' % (code,))
93 pytest.fail('mount process did not terminate')
111 '''Return a pytest.marker that indicates FUSE availability
114 a `pytest.mark.skip` object with more details. If FUSE is
115 supported, return `pytest.mark.uses_fuse()`.
118 skip = lambda x: pytest.mark.skip(reason=x)
121 return pytest.mark.uses_fuse()
134 return pytest.mark.uses_fuse()
147 return pytest.mark.uses_fuse()