• A
    make tests quieter (#2468) · 5960e398
    Andy Hayden 提交于
    Don't mix every http request in with the tests output.
    Don't print that the file servers are starting unless
    -vv flag is passed.
    
    Capture the output of run with run_output which returns
    stdout, stderr and exit_code. Test against this rather
    than relying on sys.exit.
    5960e398
deno_dir_test.py 1.4 KB