This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
forked from jazzband/django-oauth-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make tests compatible through 1.4-1.7
- Loading branch information
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
from .test_generator import * | ||
from .test_validators import * | ||
from .test_models import * | ||
from .test_mixins import * | ||
from .test_authorization_code import * | ||
from .test_implicit import * | ||
from .test_password import * | ||
from .test_client_credential import * | ||
from .test_scopes import * | ||
from .test_rest_framework import * | ||
from .test_application_views import * | ||
from .test_decorators import * | ||
from .test_oauth2_backends import * | ||
from .test_auth_backends import * | ||
from .test_oauth2_validators import * | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters