kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Feature: Support use block statement across testing framework

Open acquamarin opened this issue 6 months ago • 1 comments

API

Other

Description

If we define a block statement in one test file, then other test files should also be able to use it. This is extremely useful since we may check one query result in multiple test fiels. E.g. we check tinysnb person table query result in both: duckdb.test and remote_duckdb.test:

acquamarin avatar Aug 06 '24 08:08 acquamarin