diff options
author | 2020-07-16 20:23:26 +0200 | |
---|---|---|
committer | 2020-07-16 20:23:26 +0200 | |
commit | e2aabf684433af3b08079182179fcd964ead8a71 (patch) | |
tree | d4781259b4f6f0e28af7bad34445a2fabaffbf13 /pydis_site/tests/__init__.py | |
parent | Improve some docstrings. (diff) |
Fix some broken tests.
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
Diffstat (limited to 'pydis_site/tests/__init__.py')
-rw-r--r-- | pydis_site/tests/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/pydis_site/tests/__init__.py b/pydis_site/tests/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/pydis_site/tests/__init__.py |