un-inception/clients/python/async/tests
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
..
__init__.py add canonical permacomputer preamble to all source files 2026-02-25 17:40:21 -05:00
conftest.py add canonical permacomputer preamble to all source files 2026-02-25 17:40:21 -05:00
test_async_operations.py add canonical permacomputer preamble to all source files 2026-02-25 17:40:21 -05:00
test_credentials.py fix: CSV credential loader skips comments correctly, isolate credential tests 2026-02-26 17:58:27 -05:00
test_hmac_signing.py add canonical permacomputer preamble to all source files 2026-02-25 17:40:21 -05:00
test_language_detection.py add canonical permacomputer preamble to all source files 2026-02-25 17:40:21 -05:00