CTFd/tests/utils
Kevin Chung 25fe789da8
Add fix for SMTP server overriding and #1306 (#1330)
* Fix a potential issue where config.py SMTP settings might not have been overrideable from the Admin Panel
* Closes #1306 by using `email.message.EmailMessage` in Python 3. Python 2 will use the old `sendmail` behavior.
2020-04-18 03:33:34 -04:00
..
__init__.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_ctftime.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_email.py Add fix for SMTP server overriding and #1306 (#1330) 2020-04-18 03:33:34 -04:00
test_encoding.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_events.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_exports.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_formatters.py 2.2.0 (#1188) 2019-12-22 23:17:34 -05:00
test_humanize.py Fix place ordinal calculation (#1067) 2019-07-24 01:44:20 -04:00
test_passwords.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_plugins.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_ratelimit.py Format all the things (#991) 2019-05-11 21:09:37 -04:00
test_sessions.py Format all the things (#991) 2019-05-11 21:09:37 -04:00
test_updates.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_uploaders.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_validators.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00