Garden 🌻

test keyword

test defines a named test.

Example
test arithmetic {
  assert((1 + 2) == 3)
}

To run all the tests in a file, run the garden interpreter with the test command.

Running tests
$ garden test my_file.gdn