SIMNet/tests
洛水居室 b74b9aef33
Refactor BaseClient class and add cookie property accessor
Added a `cookies` property accessor to the `BaseClient` class, which retrieves cookies from the `httpx` AsyncClient object and returns a `simnet.client.cookies.Cookies` object (which is a custom implementation of the `httpx.Cookies` class). Additionally, the initialization function was refactored to better support using cookies. Now, if `account_id` is not passed in, it will be retrieved from the cookies.
2023-05-09 15:19:36 +08:00
..
.env.example Update test 2023-05-08 09:21:32 +08:00
conftest.py Update test 2023-05-08 09:21:32 +08:00
test_base_chronicle_client.py Update test 2023-05-08 09:21:32 +08:00
test_base_client.py Refactor BaseClient class and add cookie property accessor 2023-05-09 15:19:36 +08:00
test_genshin_battle_chronicle_client.py Update test 2023-05-08 09:21:32 +08:00
test_genshin_calculator_client.py Add Calculator Client 2023-05-09 11:50:01 +08:00
test_genshin.py Update test 2023-05-08 09:21:32 +08:00
test_lab_client.py Add Lab Client 2023-05-08 10:00:01 +08:00
test_setup.py Add setup 2023-05-08 11:37:45 +08:00
test_starrail_battle_chronicle_client.py Update test 2023-05-08 09:21:32 +08:00
test_starrail.py Update test 2023-05-08 09:21:32 +08:00