Following on from the earlier Custom Execution Traits pitch, @smontgomery has made a number of noteworthy updates to the proposal, now called "Test Scoping Traits". The motivation is unchanged, aiming to provide API for test and library authors to encapsulate test behavior customizations as traits, which can be opted into by applying the trait t...