You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ython client (#4011)
### What changes were proposed in this pull request?
* Add `OAuth2TokenProvider` and `DefaultOAuth2TokenProvider` in
`client-python`
* There are some components and tests missing because it would be a big
code change if they were also done in this PR, they will be added in the
following PRs
- [ ] Error Handling: #4173
- [ ] Integration Test: #4208
* Modify test file structure, and found issue #4136, solve it by reset
environment variable.
### Why are the changes needed?
Fix: #3755, #4136
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Add UT and tested by `./gradlew clients:client-python:unittest`
---------
Co-authored-by: TimWang <[email protected]>
Version
main branch
Describe what's wrong
test_simple_auth_provider.py
will set the enviroment variable globally, so all testcase run after it will be influencedError message and/or stacktrace
How to reproduce
The
unittest
module will run all test with lexical order, so if we change the file structure like this, the test would fail.Additional context
No response
The text was updated successfully, but these errors were encountered: