enso/test/Meta_Test_Suite_Tests/package.yaml
Marian Stramm f0a9f72428
Add with_clue support to test framework (#3786)
Add `Test.with_clue` function similar to ScalaTest's [with_clue](https://www.scalatest.org/user_guide/using_assertions).
This is useful for tests where the assertion depends on context which is not clear from it's operands.

### Important Notes

Using with_clue changes `State Clue` which is extracted by the `fail` function.
The State is introduced by `Test.specify` when the test is not pending.

There should be no changes to the public API apart form the addition of `Test.with_clue`.
2022-12-13 13:46:50 +01:00

7 lines
134 B
YAML

name: Meta_Test_Suite_Tests
version: 0.0.1
enso-version: default
license: MIT
author: enso-dev@enso.org
maintainer: enso-dev@enso.org