gngrOrg / grinder

a test suite for gngr
Apache License 2.0
4 stars 1 forks source link

Integrated web server #16

Open hrj opened 8 years ago

hrj commented 8 years ago

Instead of asking users to run an external python web server, it would be more convenient if the test system served the tests over http by itself.


Would be good if we don't have to include a large dependency for this. Let's discuss some choices before we pick on a server dependency. We could even implement our own http server. The protocol is pretty simple (for our internal needs).