• Kirill Smelkov's avatar
    golang_test: Split pyrun into -> _pyrun & pyrun · 6729fe92
    Kirill Smelkov authored
    - _pyrun runs the command and returns full information: exitcode, stdout, stderr.
    - pyrun  runs the command and raises exception if ran command fails.
    
    We will need _pyrun in the next patch to test that particular command
    fails and access its stderr.
    6729fe92
golang_test.py 33.1 KB