Skip to main content

TAP Reporting

7
  • print-tap-diagnostic

    Prints a TAP diagnostic line. data is a (possibly multi-line) string.

  • print-tap-fail

    Prints a TAP 'not ok' line. msg is a string, with no line breaks

  • print-tap-pass

    Prints a TAP 'ok' line. msg is a string, with no line breaks

  • print-tap-plan

    Prints a TAP plan line like '1..n'. n is the number of tests

  • with-tap-output

    Execute body with modified test reporting functions that produce TAP output