hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

Add integration tests #76

Open yanns opened 7 years ago

yanns commented 7 years ago

We should test the proxy as a black box.

Example of test:

Another example of test:

Implementation: we could implement those tests with docker containers

maniankara commented 7 years ago

@yanns For this, my plan is to first get the possibility to run multiple test-servers. Ofc this is also helpful for the users to test this. Let me know how do you feel about this?

yanns commented 7 years ago

@maniankara OK with that. We can also simply use docker images on nginx that always return 200