Skip to content

global: Reorder and document`testing.TB` before `context.Context` arguments

Patrick Steinhardt requested to merge pks-testing-argument-order into master

A few weeks ago we have decided that testing.TB arguments should be first, context.Context second. This is rather a matter of perssnal taste instead of correctness, but we should strive for consistency.

Reorder all arguments to match the agreed-upon style.

Closes #4426 (closed).

Merge request reports