ipfs / rainbow

A specialized IPFS HTTP gateway
https://docs.ipfs.tech/reference/http/gateway/
Other
66 stars 11 forks source link

Add end-to-end tests #151

Closed gammazero closed 1 week ago

gammazero commented 3 weeks ago

Add basic end-to-end tests to rainbow. This is not a complete set of tests but is a place to start adding end-to-end tests.

The testcmd package should probably go in its own repo, as it is not specific to rainbow.

Fixes #89