Closed amritghimire closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f041a6b
) 100.00% compared to head (7f7bfe7
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Enhanced token authorization tests for DVC Studio client with improved error checking and exception handling. Introduced
get_access_token
method to retrieve the Access Token from DVC Server. Added test cases for authorization expiry and error handling. Also added functionality to validate required scopes, which prominently include 'EXPERIMENTS', 'DATASETS', and 'MODELS'. Updated README with relevant changes.