Context

Context

Block scoped context

using context() {
    select css('#test'), css('#test') from sourceA()
    union
    select css('#test'), css('#test') from sourceB()
}

Statement scoped context

using new MockContext()
select css('#test'), css('#test') from source() where(x == 1 || true)