• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

box / box-python-sdk / 7583613459

19 Jan 2024 12:14PM UTC coverage: 93.536% (+0.005%) from 93.531%
7583613459

push

github

web-flow
fix: Update exception file get download URL (#866)

* fix: Update exception file get download URL

* fix: Update exception file get download URL

3 of 3 new or added lines in 1 file covered. (100.0%)

3473 of 3713 relevant lines covered (93.54%)

1.87 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

64.71
/boxsdk/auth/__init__.py
1
from .cooperatively_managed_oauth2 import CooperativelyManagedOAuth2
2✔
2
from .developer_token_auth import DeveloperTokenAuth
2✔
3
try:
2✔
4
    from .jwt_auth import JWTAuth
2✔
5
except ImportError:
×
6
    JWTAuth = None  # If extras[jwt] are not installed, JWTAuth won't be available.
×
7
from .ccg_auth import CCGAuth
2✔
8
from .oauth2 import OAuth2
2✔
9
try:
2✔
10
    from .redis_managed_oauth2 import RedisManagedOAuth2
2✔
11
except ImportError:
×
12
    RedisManagedOAuth2 = None  # If extras[redis] are not installed, RedisManagedOAuth2 won't be available.
×
13
try:
2✔
14
    from .redis_managed_jwt_auth import RedisManagedJWTAuth
2✔
15
except ImportError:
×
16
    RedisManagedJWTAuth = None  # If extras[jwt,redis] are not installed, RedisManagedJWTAuth won't be available.
×
17
from .remote_managed_oauth2 import RemoteOAuth2
2✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc