Current section
Files
Jump to
Current section
Files
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