Skip to content

Running a test by name pt 2 #54

@kyleoneill

Description

@kyleoneill

Running a test by name only works if the named test is an outermost test. If a test is named which is a sub-test, logic must be implemented to run all direct parents of that test and then the test itself

[test]
case foo() {
  case bar() {
    case baz() {
      PRINT "hello";
    }
  }
}

Running chimerascript.exe -n baz should run foo, then bar, then baz.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions