bf87da56

By: Michael Lynch <git@mtlynch.io>

Document multi-request handler test structure

Add guidance to keep shared fixture setup at the top of a Go handler flow test while isolating each HTTP request in its own lexical scope. This preserves readability and makes shared state between request blocks explicit.