import Config # Allows to run the doctest(s) of one or a few functions at a time... config :identikon, doctests: %{ Identicon => [ # display: 1, # display: 2, ], Identicon.Image => [ new: 3, ], } # Allows to run one or a few tests at a time... config :identikon, excluded_tags: [ # :image_test_1, # :image_test_2, # :image_test_3, ]