ml-archive / Serpent

A protocol to serialize Swift structs and classes for encoding and decoding.

Home Page:https://nodes-ios.github.io/Serpent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for Alamofire extension

dominik-hadl opened this issue · comments

As seen here, we currently have no test coverage for the Alamofire extension.

We could utilise a library like OHHTTPSTubs to fake the network data and/or HTTPBin to get actual data.