sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
51 stars 2 forks source link

Test Keys #261

Open robcxyz opened 8 months ago

robcxyz commented 8 months ago

Test Keys

Create a special test key that can run tests next to the code

Overview


test<-:

  some: context

  assert->: some=='context'

  assert:

    ->:

      - some=='context'

      - something!='else'

test->: