undef1nd / sfv

Structured HTTP field values parsing and serialization. Implementation of RFC 8941 https://httpwg.org/specs/rfc8941.html
Apache License 2.0
25 stars 6 forks source link

tests: detect and warn missing spec_tests submodule #91

Closed LPardue closed 2 years ago

LPardue commented 2 years ago

On a fresh checkout I forgot to clone recursively and the tests failed because I hadn't fetched the submodule containing the json test files. The test failure message is bit cryptic, so instead lets just panic with a more useful message that the user can action.

undef1nd commented 2 years ago

This is really helpful! Thank you!