• Brett Cannon's avatar
    Add test.test_support.transient_internet . Returns a context manager that · 41d4e323
    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.
    41d4e323
test_socket_ssl.py 3.5 KB