BranchTests.@testbranchMacro

@testbranch [CustomTestSet] [option=val ...] ["description"] begin ... end

Starts a new test branch.

If no custom testset type is given it defaults to creating a Test.DefaultTestSet. See Test.@testset documentation.

Returns an array of passing test sets.