SIMNet/tests
洛水居室 009f74839f
Add support for TEST_BUILD environment variable
In the `test_build` function, added support for the TEST_BUILD environment variable. Now, if the variable is set to True, the `test_build` function will run; otherwise, it will skip the test and output a related message. Additionally, introduced a new pytest fixture `if_test_build` to check if the test is enabled.
2023-05-09 16:20:56 +08:00
..
.env.example Add support for TEST_BUILD environment variable 2023-05-09 16:20:56 +08:00
conftest.py Add support for TEST_BUILD environment variable 2023-05-09 16:20:56 +08:00
test_auth_client.py Refactor auth client and add test 2023-05-09 16:06: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 support for TEST_BUILD environment variable 2023-05-09 16:20:56 +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