[TIP] tox support for command redirection

anatoly techtonik techtonik at gmail.com
Sun Aug 14 05:37:40 PDT 2016


Hi,

I've made a fix for tox issue #73
https://bitbucket.org/hpk42/tox/issues/73/pipe-output-of-command-into-file

Is there somebody to review it while it is hot?
https://bitbucket.org/hpk42/tox/pull-requests/206/support-piping-command-output-to-file/diff

My use case for that is that I need to save output from
test command to compare later, and I don't want to
use 'cmd /c' hack as it won't be cross-platform.

-- 
anatoly t.



More information about the testing-in-python mailing list