Home | History | Annotate | Download | only in test

Lines Matching defs:echo

28 from webkitpy.test import echo
33 echo.main(['foo', 'bar', 'baz'])
37 echo.main(['-n', 'foo', 'bar', 'baz'])
41 echo.main([u'WebKit \u2661', 'Tor Arne', u'Vestb\u00F8!'])
45 echo.main(['foo', '-n', 'bar'])
50 sys.argv = ['echo.py', 'foo', 'bar', 'baz']
51 echo.main([])
57 sys.argv = ['echo.py', 'foo', 'bar', 'baz']
58 echo.main()
63 output = executive.Executive().run_command(echo.command_arguments('foo', 'bar', 'baz'))