Lol3rrr / http-server

A http-server written in c by myself
MIT License
1 stars 0 forks source link

Add tests #57

Open Lol3rrr opened 4 years ago

Lol3rrr commented 4 years ago

Problem

Right now none of the functionality is actually being tested and basically all bugs are found out of luck or in production, which is not good.

Solution

A testing framework/library like AceUnitor GNU Autounit should be used to test the important parsing functions first, as these are of the most priority, and then over time can the tests be expanded to hopefully cover everything or nearly everything.