added test helpers to clear config after tests
authorMaksim <parallel588@gmail.com>
Mon, 19 Aug 2019 15:34:29 +0000 (15:34 +0000)
committerlain <lain@soykaf.club>
Mon, 19 Aug 2019 15:34:29 +0000 (15:34 +0000)
commita320358703db249ab20df5afd81c92fb42b8cadb
treed46f6d2447183492d75983986ae2d57b75fdcb0b
parent49ae3191df2a7acfa741e93d6f5142f9cf27dc06
added test helpers to clear config after tests
40 files changed:
test/config/transfer_task_test.exs
test/conversation_test.exs
test/emails/mailer_test.exs
test/http/request_builder_test.exs
test/object/fetcher_test.exs
test/plugs/ensure_public_or_authenticated_plug_test.exs
test/plugs/http_security_plug_test.exs
test/plugs/instance_static_test.exs
test/support/helpers.ex
test/tasks/config_test.exs
test/tasks/robots_txt_test.exs
test/upload/filter/anonymize_filename_test.exs
test/upload/filter/mogrify_test.exs
test/upload/filter_test.exs
test/upload_test.exs
test/uploaders/s3_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_controller_test.exs
test/web/activity_pub/mrf/mrf_test.exs
test/web/activity_pub/mrf/reject_non_public_test.exs
test/web/activity_pub/mrf/simple_policy_test.exs
test/web/activity_pub/mrf/user_allowlist_policy_test.exs
test/web/activity_pub/mrf/vocabulary_policy_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/common_api/common_api_test.exs
test/web/federator_test.exs
test/web/instances/instance_test.exs
test/web/instances/instances_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/media_proxy/media_proxy_test.exs
test/web/oauth/ldap_authorization_test.exs
test/web/oauth/oauth_controller_test.exs
test/web/ostatus/ostatus_controller_test.exs
test/web/plugs/federating_plug_test.exs
test/web/rich_media/helpers_test.exs
test/web/streamer_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/util_controller_test.exs
test/web/web_finger/web_finger_controller_test.exs
test/web/websub/websub_controller_test.exs