aboutsummaryrefslogtreecommitdiff
path: root/test/support/helpers.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-06-04Fix warning for misuse of clear_config/2Mark Felder
The old warning message was producing an improperly formatted suggestion.
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-16[#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. ↵Ivan Tashkinov
Refactoring. Added warning to `clear_config/_` to minimize such issues in future.
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-12-21Tests: Add a helper method to reduce sleeping times in test.lain
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences.
2020-11-23Use Jason instead of Poison in testsMark Felder
2020-08-05Update clear_config macroRoman Chvanikov
2020-08-04Unify Config.get behaviour for atom/list key paramRoman Chvanikov
2020-07-22Refactor require_migration/1 into a test helper functionAlex Gleason
2020-05-05Add OpenAPI spec for ScheduledActivityControllerEgor Kislitsyn
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-18Improved in-test config management functions.Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵Ivan Tashkinov
config during test suite execution.
2020-01-22Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-15little cleanupAlexander Strizhakov
2019-12-08Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-04updated ScheduledActivityMaksim Pechnikov
2019-11-26Fix testsMaxim Filippov
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-08-19added test helpers to clear config after testsMaksim
2019-07-05[#1043] fix search accounts.Maksim
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov