http://gitunderground.i2p/archive/youtube-dl/blame/commit/420d53387cff54ea1fccca061438d59bdb50a39c/test/test_verbose_output.py
Popen ( [ sys . executable , 'youtube_dl/__main__.py' , '-v' , '--username' , '
[email protected]' , '--
password' , 'secret' , ], cwd = rootDir , stdout = subprocess . PIPE , stderr = subprocess . PIPE ) sout , serr = outp . communicate () [test_verbose_output] Fix tests under Python 3 2016-08-13 17:36:14 +08:00 self . assertTrue ( b '--username' in serr ) self . assertTrue ( b 'johnsmith' not in serr ) self . assertTrue ( b '--
password' in serr ) self . assertTrue ( b...