• Brett Cannon's avatar
    Add test.test_support.transient_internet . Returns a context manager that · bb15f2d9
    Brett Cannon authored
    nests test.test_support.TransientResource context managers that capture
    exceptions raised when the Internet connection is flaky.
    
    Initially using in test_socket_ssl but should probably be expanded to cover any
    test that should not raise the captured exceptions if the Internet connection
    works.
    bb15f2d9
test_socket_ssl.py 3.5 KB