Riven/riven/tests
Mingwei Samuel 4f5e01e847 test: Add `EUW1_6852390800` to match test
https://github.com/MingweiSamuel/riotapi-schema/issues/45
2024-03-15 14:58:59 -07:00
..
README.md Update example proxy for v2, use workspaces. 2021-09-09 14:31:39 -07:00
test_ru.rs feat: add wasm testing (#63) 2024-02-24 21:42:06 -08:00
tests_americas.rs test: remove expired `NA1_4265913704` match test 2024-03-08 11:01:14 -08:00
tests_asia_jp.rs feat: add wasm testing (#63) 2024-02-24 21:42:06 -08:00
tests_europe.rs test: Add `EUW1_6852390800` to match test 2024-03-15 14:58:59 -07:00
tests_euw.rs Move spectator tests into testutils, add `spectator-tft-v5` tests 2024-03-14 23:26:28 -07:00
tests_euw_tft.rs test: remove archived TFT `EUW1_6307427444`, `EUW1_6307262798` matches 2024-03-13 14:59:24 -07:00
tests_kr.rs.ignored chore: replace `lazy_static` with std `OnceLock` 2024-02-24 09:46:11 -08:00
tests_la1.rs feat: add wasm testing (#63) 2024-02-24 21:42:06 -08:00
tests_na.rs test: stop print spamming platform data tests 2024-03-05 10:07:56 -08:00
tests_ph2.rs test: stop print spamming platform data tests 2024-03-05 10:07:56 -08:00
tests_sg2.rs test: stop print spamming platform data tests 2024-03-05 10:07:56 -08:00
tests_th2.rs test: stop print spamming platform data tests 2024-03-05 10:07:56 -08:00
tests_tr.rs Test spectator endpoints on `TR` as well 2024-03-14 23:26:28 -07:00
tests_val_latam.rs feat: add wasm testing (#63) 2024-02-24 21:42:06 -08:00
tests_vn2.rs test: stop print spamming platform data tests 2024-03-05 10:07:56 -08:00
testutils.rs Improve error messages for spectator tests 2024-03-14 23:55:02 -07:00

README.md

Tests are divided up by region. This is because tests cannot share state, and therefore cannot share the rate limiting done within a RiotApi instance. However, rate limiting is separate for each region, so it is safe to send requests to different regions from different instances.

The tests within an individual file do share their RiotApi instance thanks to custom test runners and some macros I hacked together which are located in async_tests.rs. They are set up in a way to look like normal test output for fun and probably to confuse people.