Skip to content

Create a way to run all the examples in the pipeline #9370

Description

@CaselIT

There are some examples that are not compatible with 2.0, like nested sets

lft=case(
[
(
personnel.c.lft > right_most_sibling,
personnel.c.lft + 2,
)
],
else_=personnel.c.lft,
),
rgt=case(
[
(
personnel.c.rgt >= right_most_sibling,
personnel.c.rgt + 2,
)
],
else_=personnel.c.rgt,
),

Creating a way of running the tests as part of the pipeline work help avoiding having old examples laying around

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtests

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions