mochidev / URLSessionBackport

Backward compatible async/await for URLSession!
MIT License
37 stars 7 forks source link

Add Tests #4

Open dimitribouniol opened 2 years ago

dimitribouniol commented 2 years ago

Needs more tests to compare the esoteric cases to each other. I'm thinking of duplicating many of the tests with non-backported implementations, so if something nitty gritty changes (URL Session changes the order in which delegate methods are called, for instance), we can catch them.