suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

fix(tests): Convert http_rulefilter_test.go to table tests #260

Closed AYM1607 closed 2 years ago

AYM1607 commented 2 years ago

Addresses #161 for http_rulefilter_test.go which seemed to be the file that could benefit the most from the table test pattern. Will scan more test files to look for other areas of improvement.