WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 498 forks source link

Document server setup for the tests #889

Open jrfnl opened 2 months ago

jrfnl commented 2 months ago

The tests need a server to test various requests against. The code for this server is hosted and maintained in https://github.com/RequestsPHP/test-server

This server code was previously deployed to a Heroku instance. Once that became paid-only, we switched to Render last year.

The code changes for Render haven't been merged yet on the test-server repo and this whole setup with the test server isn't well documented.

There is an issue open about this in https://github.com/RequestsPHP/test-server/issues/7, but we should probably also ensure that this test setup with the test-server repo is also documented in this repo.