app-MAIL-temp/tests
Adrià Casajús 046748c443
Update pre-commit (#1138)
* Update pre-commit

* Upgrade djlint, remove flake8 and add pylint

* Reformat with new djlint version

* Run pre-commit on CI

* Use only python3.10 on CI

* Reformat files with pre-commit

* Run pre-commit against all files

* Reformat

* Added global excludes

* Added pre-commit to the contributing file

* Set python 3.9 as default

* Set language version to python3

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
Co-authored-by: Carlos Quintana <carlos.quintana@proton.ch>
2022-07-04 16:01:04 +02:00
..
api Feature: Add delete account route for the api (#1132) 2022-07-02 16:45:58 +02:00
auth Add login with proton 2022-05-05 12:20:55 +02:00
dashboard Refactor unsubscribe handling (#1090) 2022-06-30 11:40:01 +02:00
data Validate user uploaded image (#1123) 2022-06-29 15:04:55 +02:00
email_tests Send email to users with a subscription and a partner plan upgrade (#1101) 2022-06-20 14:34:20 +02:00
example_emls Update pre-commit (#1138) 2022-07-04 16:01:04 +02:00
handler Refactor unsubscribe handling (#1090) 2022-06-30 11:40:01 +02:00
jobs Feature: Use new job status to retry killed jobs (#1130) 2022-07-01 11:14:53 +02:00
models Send welcome email when user created by login with proton (#1115) 2022-06-28 11:57:21 +02:00
oauth Always check redirect_uri for oauth (#1111) 2022-06-27 13:20:18 +02:00
proton Send email to users with a subscription and a partner plan upgrade (#1101) 2022-06-20 14:34:20 +02:00
__init__.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
conftest.py Add login with proton 2022-05-05 12:20:55 +02:00
test.env PR comments 2022-05-13 18:14:21 +02:00
test_account_linking.py Fix: When logging with parter create accounts with lowercase emails (#1137) 2022-07-04 11:51:43 +02:00
test_alias_utils.py Fix tests to allow re-running them locally without colliding with previous runs 2022-05-20 14:39:07 +02:00
test_config.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_cron.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_dns_utils.py Format 2022-02-24 17:30:07 +01:00
test_email_handler.py Fix: Always treat references header as a string (#1127) 2022-06-29 19:48:22 +02:00
test_email_utils.py improve test 2022-05-10 14:53:50 +02:00
test_image_validation.py Validate user uploaded image (#1123) 2022-06-29 15:04:55 +02:00
test_jose_utils.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_mail_sender.py Save unsent emails to disk to be resent later (#1022) 2022-05-30 11:52:10 +02:00
test_message_utils.py Allow sending messages in a background thread 2022-04-28 14:43:24 +02:00
test_models.py Send email to users with a subscription and a partner plan upgrade (#1101) 2022-06-20 14:34:20 +02:00
test_monitoring.py Fix: Track processes that start with the same chars independently (smtp vs stmpd) (#974) 2022-05-12 12:37:19 +02:00
test_oauth_models.py add get_response_types_from_str, response_types_to_str 2019-12-15 18:55:11 +02:00
test_onboarding.py Add extension_redirect endpoint (#1093) 2022-06-16 09:56:00 +02:00
test_paddle_utils.py add paddle_utils.verify_incoming_request 2019-12-15 18:55:18 +02:00
test_pgp_utils.py add tests for sign_data 2020-11-03 13:30:13 +01:00
test_regex_utils.py refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
test_server.py refactor test: no hardcode a@b.c, make sure each test has a different user 2022-04-15 16:59:44 +02:00
test_utils.py Fix double backslash open redirect (#1096) 2022-06-16 09:55:08 +02:00
utils.py Separate code for proton callback handler (#1040) 2022-06-09 10:19:49 +02:00