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