Packages

A simple logging utility built for CLIs

Current section

Files

Jump to
loggy test loggy_test.exs
Raw

test/loggy_test.exs

defmodule LoggyTest do
use ExUnit.Case
doctest Loggy
doctest Loggy.Format
# TODO: since we can't capture IO in doctests,
# there should be some manual tests here. Worthwhile tests:
# standard functionality
# changing and resetting settings
# passing from OptionParser
end