swift-corelibs-dev
> Sent by: swift-corelibs-dev-boun...@swift.org
> Date: 09/17/2016 05:34PM
> Subject: [swift-corelibs-dev] URLSession tests
>
>
> Hello!
> I was looking for a way to contribute, and I ran into a URLSession issue,
> so I started fleshing out the test modu
Hi Mike, The tests look great and exhaustive to me. I just wish to mention here that we've experienced hangs in CI tests while connecting to some external URLs in the past (you can see a few tests commented out in the current TestNSURLSession for that reason). It was then recommended, by Tony, tha
Hello!
I was looking for a way to contribute, and I ran into a URLSession issue,
so I started fleshing out the test module for it:
https://github.com/mike-ferenduros/swift-corelibs-foundation/blob/more-urlsession-tests/TestFoundation/TestNSURLSession.swift
It doesn't cover all of the API yet, but