cowdude
Results
1
issues of
cowdude
Hello, Consider the following basic WinRM test: ``` def test_echo(host): hello = 'Hello, world!' res = host.run('echo %s', hello) assert res.stdout == hello # Fails ``` ``` assert res.stdout== hello...
help wanted
windows