You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
Oh, for sure. I should start working those in in my free time. How do you unit test a neworking library though? I'm not super familiar with unit tests, haha.
Tanner Bennett
On Aug 12, 2015, at 6:08 AM, Travis Fischer [email protected] wrote:
Just wanted to say that I love this library! High quality and solid all around.
Targeted unit tests are going to be very important in the future so we know when Snapchat breaks internal assumptions.
I'm working on a node.js port of SnapchatKit and would love to keep the two projects in sync going forwards.
Cheers!
—
Reply to this email directly or view it on GitHub.
internal functionality that can be tested w/out any network
basic tests talking to the real API (e.g., /loq/ping or registering email)
tests which would benefit from a shim fake server implementation (we could use this same server implementation to test the objc, node, and php versions!)
Just wanted to say that I love this library! High quality and solid all around.
Targeted unit tests are going to be very important in the future so we know when Snapchat breaks internal assumptions.
I'm working on a node.js port of SnapchatKit and would love to keep the two projects in sync going forwards.
Cheers!
The text was updated successfully, but these errors were encountered: