timehop / apns

A Go package to interface with the Apple Push Notification Service
https://godoc.org/github.com/timehop/apns
MIT License
185 stars 47 forks source link

Expose mockTLSServer? #21

Closed nathany closed 9 years ago

nathany commented 9 years ago

It would be pretty sweet if I could write "integration" tests for my own code that don't hit Apple's API.

Thoughts?