CTFd/tests
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
..
admin 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
api Add a bell curve graph and total points calculation (#1325) 2020-04-17 03:10:55 -04:00
challenges Deprecates storing user type in session (#1323) 2020-04-15 03:04:18 -04:00
oauth Deprecates storing user type in session (#1323) 2020-04-15 03:04:18 -04:00
teams 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
users Add fix for SMTP server overriding and #1306 (#1330) 2020-04-18 03:33:34 -04:00
utils Add fix for SMTP server overriding and #1306 (#1330) 2020-04-18 03:33:34 -04:00
__init__.py Starting to write tests 2017-01-07 02:44:31 -05:00
helpers.py Deprecates storing user type in session (#1323) 2020-04-15 03:04:18 -04:00
test_config.py Fix #1249 (#1250) 2020-02-29 23:37:57 -05:00
test_plugin_utils.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_setup.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_themes.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00
test_views.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00