un-inception/clients/python/async/src
russell@unturf.com 8fae03d9fd fix: CSV credential loader skips comments correctly, isolate credential tests
_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.
2026-02-26 17:58:27 -05:00
..
un_async.py fix: CSV credential loader skips comments correctly, isolate credential tests 2026-02-26 17:58:27 -05:00