| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In more detail:
- Use Django URL namespaces (e.g. `api:bot:infractions`) instead of
`django_hosts` host argument.
- Update the hosts file setup documentation to remove subdomain entries.
- Update the hosts file setup documentation to mention that the entry of
`pythondiscord.local` is not required and mainly for convenience.
- Rename the `APISubdomainTestCase` to the more fitting
`AuthenticatedAPITestCase`, as authentication is all that is left that the
class is doing.
- Drop dependency to `django_hosts`.
|
|
|
| |
The host is used to build reverse URLs during tests, changing it causes it to fail.
|
| |
|
| |
|
|
|
|
| |
API calls so we don't have to actually call the API every time we run tests.
|
|
|
|
| |
to write the API search stuff now.
|
| |
|
|
|