summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
AgeCommit message (Collapse)Author
2023-02-09B TestHelper, CI: Work with older elixir version.Lain Soykaf
2023-01-03B TestHelper: Remove warnings-as-errorsLain Soykaf
It's already set in mix.exs
2023-01-03Fix warnings in tests, treat warnings as errors in CI.Lain Soykaf
The warnings revealed two bad tests, the code still worked but the test didn't actually test for it. Activating this for CI to prevent issues like these in the future.
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-25Copyright bump for 2022Sean King
2021-12-21Skip erratic testsAlex Gleason
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-03-06removing GunMock to use MoxAlexander Strizhakov
2020-03-03Update CopyrightsMark Felder
2019-11-26update tests and Obanstwf
2019-11-26Tests: Don't run federated tests by defaultlain
2019-09-18Merge branch 'chores/bump-copyright-year' into 'develop'rinpatch
Bump copyright years of files changed in 2019 See merge request pleroma/pleroma!1698
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-09-18Cleanup uploads after the tests are finishedrinpatch
2019-07-22Exclude tests that use :crypt.crypt/2 on macOSSergey Suprunenko
2019-07-09reverse proxy testsAlexander Strizhakov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-03-30Format the code.lain
2017-04-13Add factories for testing.Roger Braun
2017-03-17Phoenix skeletonRoger Braun