Subprocesses not running with pytest Error Processing Test
问题 I am currently converting my unittest setup over to pytest, everything is working however on certain tests I run a command line process in order to load code into the hardware I have attached via USB. this process works fine with unittest however when using pytest or nose2 I get the response ------------------------------------------------ Captured stderr call ------------------------------------------------- Error processing Test this happens just when my process begins to run? I get no