aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/tests/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-0/+0
|
* Fix some broken tests.Gravatar Leon Sandøy2020-07-16-0/+0
The test_utils_account.py tests were never running, because the folder they were in had no __init__.py file. The test_models.py file was failing because it had an outdated import of the ModelReprMixin, which has moved to a new file. https://github.com/python-discord/site/issues/305