Commit 83da1cd
feat: add skip_strategies to Client for targeted login testing
Allows disabling specific login strategies at runtime to isolate
which path is working or failing:
g = Garmin(email, password)
g.client.skip_strategies = {"mobile+cffi", "mobile+requests"}
g.login(tokenstore) # forces widget+cffi only
Valid names: mobile+cffi, mobile+requests, widget+cffi,
portal+cffi, portal+requests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2e43aca commit 83da1cd
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
207 | 211 | | |
208 | 212 | | |
209 | 213 | | |
| |||
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
270 | 279 | | |
271 | 280 | | |
272 | 281 | | |
| |||
0 commit comments