Basic python overlay tests

The base source is in basic-overlay-eval/orig_src,
the overlay source is in basic-full-eval.

We run two tests: a full evaluation test in basic-full-eval,
and an overlay evaluation test in basic-overlay-eval.

The test source and expected results are the SAME,
due to the .qlref, meaning we expect the same results
for full and overlay evaluation.
This commit is contained in:
Nora Dimitrijević
2025-10-02 16:41:06 +02:00
parent 20d4e429ca
commit 9d7c52423a
14 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
overlay:
base: "orig_src"
overlay: "../basic-full-eval"