Add some tests

This commit is contained in:
rinpatch 2019-03-14 22:02:48 +03:00
commit e2fe796c63
7 changed files with 58 additions and 8 deletions

View file

@ -17,6 +17,8 @@ config :pleroma, Pleroma.Captcha,
# Print only warnings and errors during test
config :logger, level: :warn
config :pleroma, Pleroma.Upload, link_name: false
config :pleroma, Pleroma.Uploaders.Local, uploads: "test/uploads"
config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Test