ooni-probe-cli/internal/fakefill
Simone Basso 93f084598e
feat(httpx): improve testing using the fakefiller (#649)
This diff extracts the fakefiller inside of internal/ooapi (a
currently unused package) into its own package.

The fakefiller knows how to fill many fields that are typically
shared as data structures across processes.

It is not perfect in that it cannot fill logger or http client
fields, but still helps with better filling and testing.

So, here we're using the fakefiller to improve testing of httpx
and, nicely enough, we've already catched a bug in the way in
which APIClientTemplate.Build misses to forward Authorization from
the original template. Yay!

Work part of https://github.com/ooni/probe/issues/1951
2022-01-05 14:49:31 +01:00
..
fakefill_test.go feat(httpx): improve testing using the fakefiller (#649) 2022-01-05 14:49:31 +01:00
fakefill.go feat(httpx): improve testing using the fakefiller (#649) 2022-01-05 14:49:31 +01:00