superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.36k stars 224 forks source link

Implement unit test with in-memory server implementation. #3613

Closed benbjohnson closed 1 month ago

benbjohnson commented 1 month ago

Change Summary

This pull request changes the mock implementation of the deploy test to use a simple, in-memory server implementation. This should help us to build tests faster and more consistently by not having to mock every since call.

Related to: https://github.com/superfly/fly-go/pull/69


Documentation