test: add tests for github copilot

This commit is contained in:
Son H. Nguyen 2025-02-26 23:28:16 +07:00
parent e394d45513
commit 00d2d90535
7 changed files with 282 additions and 62 deletions

View file

@ -17,9 +17,22 @@ DEFAULT_HEADERS = {
"User-Agent": "litellm",
}
class GetDeviceCodeError(Exception): pass
class GetAccessTokenError(Exception): pass
class APIKeyExpiredError(Exception): pass
class RefreshAPIKeyError(Exception): pass
class GetAPIKeyError(Exception): pass
class GetDeviceCodeError(Exception):
pass
class GetAccessTokenError(Exception):
pass
class APIKeyExpiredError(Exception):
pass
class RefreshAPIKeyError(Exception):
pass
class GetAPIKeyError(Exception):
pass