Dogma.Formatter.Simple

A formatter that prints a dot per file, followed by details at the end.

Source

Summary

finish(scripts)

Runs at the end of the test suite, displaying errors

script(script)

Runs after each script is tested. Prints a dot!

start(scripts)

Runs at the start of the test suite, displaying a file count

Functions

finish(scripts)

Runs at the end of the test suite, displaying errors.

Source
script(script)

Runs after each script is tested. Prints a dot!

Source
start(scripts)

Runs at the start of the test suite, displaying a file count

Source