Pudu programming language
Menu
API reference

Std.Test.todo

1 declaration

fn

todo: Str -> Str -> Std.Test.Check

This is a callable function.

What it does

A check not yet written, carrying why.

Neither a pass nor a failure: it is counted apart so a suite cannot quietly

shrink by deleting what has not been done. A reader is told the number and

the reason rather than being left to notice an absence.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.TestSearch related declarations