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
Fix trailing whitespace and protected member access in tests
- Format test file to remove trailing whitespace
- Restructure test_run_usage_with_request_usage to avoid accessing
protected _lock member directly
- Use multiple incr() calls instead to achieve same coverage without
violating Pyright's reportPrivateUsage check
- All tests pass and no Pyright errors
0 commit comments