simple-login/tests
Adrià Casajús 4bcc728222
Merge remote-tracking branch 'origin/master' into remove-softfail
* origin/master: (34 commits)
  fix flake8
  add link to the anti phishing page
  improve email wording
  Move tests
  Only send enum names
  Only send enum name for events intead of the full class.enum
  Also track login and register events from the api routes
  typo
  revert changes
  Added fix for parts that are not messages
  Add missing formatting place
  Revert unwanted changes
  Do not show an error if we receive an unsubscribe from a different address
  Revert changes to pgp_utils
  fix import
  Send newrelic events on login and register
  PR changes
  format
  Move dmarc management to its own file
  ignore VERPTransactional
  ...
2022-04-14 18:25:03 +02:00
..
api Added spoofed email test 2022-03-21 10:43:18 +01:00
auth do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
dashboard remove unused import 2022-03-21 14:43:27 +01:00
email_tests Apply dmarc policy to the reply phase 2022-04-06 12:51:04 +02:00
example_emls Merge remote-tracking branch 'origin/master' into ac-dmarc-reply-phase 2022-04-12 12:48:46 +02:00
handler Moved spamd check to a custom file and cached the result 2022-04-07 19:17:37 +02:00
models use PublicDomain instead if ALIAS_DOMAINS 2020-10-15 16:45:08 +02:00
oauth fix test 2022-03-29 21:03:55 +02:00
__init__.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
conftest.py fix test 2021-10-12 15:11:25 +02:00
test.env PR comments 2022-03-21 17:43:26 +01:00
test_alias_utils.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_config.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_cron.py remove unused var 2020-12-13 19:31:16 +01:00
test_dns_utils.py Format 2022-02-24 17:30:07 +01:00
test_email_handler.py Merge remote-tracking branch 'origin/master' into remove-softfail 2022-04-14 18:25:03 +02:00
test_email_utils.py Merge remote-tracking branch 'origin/master' into remove-softfail 2022-04-14 18:25:03 +02:00
test_jose_utils.py do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_models.py Add flake8-bugbear 2022-02-06 20:37:43 +00:00
test_oauth_models.py add get_response_types_from_str, response_types_to_str 2019-12-15 18:55:11 +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 do not use flask-sqlalchemy 2021-10-12 14:36:47 +02:00
test_utils.py Properly validate //host.com urls when redirecting after receiving a next param 2022-03-29 17:53:00 +02:00
utils.py Fix tests 2022-04-06 17:07:36 +02:00