def test_sysfind(self):
-> x = py.path.local.sysfind('test')
assert x.check(file=1)
assert py.path.local.sysfind('jaksdkasldqwe') is None