_load_credentials_from_csv used enumerate index (counting comments/blanks) instead of a data-line counter, so CSVs with comments on line 0 would never match account_index 0. test_credentials_missing_all failed on machines with ~/.unsandbox/accounts.csv because the test didn't isolate the home directory lookup. Now mocks _get_unsandbox_dir and chdir to tmp_path. Fixed in both sync and async SDKs. |
||
|---|---|---|
| .. | ||
| un_async.py | ||