Home | History | Annotate | Download | only in test

Lines Matching refs:HELLO

705         os.environ.update(HELLO="World")
706 with os.popen("%s -c 'echo $HELLO'" % unix_shell) as popen:
1277 f.write(b'hello')
2706 setxattr(fn, s("user.test"), b"hello", os.XATTR_REPLACE, **kwargs)
2707 self.assertEqual(getxattr(fn, b"user.test", **kwargs), b"hello")
3374 for b in b'hello', b'goodbye', b'some/path/and/file':
3378 for s in 'hello', 'goodbye', 'some/path/and/file':