jeremycw / httpserver.h

Single header library for writing non-blocking HTTP servers in C
MIT License
1.79k stars 145 forks source link

Add automated testing #5

Closed jeremycw closed 4 years ago

jeremycw commented 4 years ago

I've written a basic server for testing but mostly test against it by hand. I'd like to add automated tests to improve this processes.