Summary
As the author of an API-wrapping package, in order to test the basic *_req_prepare() function, I'd like to not need any additional info about the API endpoints.
Details
Update the test template to generate a self sufficient test suite. The *_req_prepare() function doesn't do the call, so the rest of it can be boilerplate. The *_req_prepare() tests should likely come after auth, because they will assume that it works but will be customized based on auth.
Summary
Details
Update the test template to generate a self sufficient test suite. The
*_req_prepare()function doesn't do the call, so the rest of it can be boilerplate. The*_req_prepare()tests should likely come after auth, because they will assume that it works but will be customized based on auth.