steinfletcher / apitest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
https://apitest.dev
MIT License
778 stars 55 forks source link

Adding custom context to Request (#126) #127

Closed emmanuelay closed 1 year ago

emmanuelay commented 1 year ago

Adds WithContext(ctx context.Context) to the Request builder

steinfletcher commented 1 year ago

Code looks good @emmanuelay. Thanks for the PR! Will merge and cut a release.