forked from mirror/Riven
1
0
Fork 0
Riven/tests
Mingwei Samuel efbd101e83 Regen for match-v5.MatchInfoDto docs casing fix, update tests
- https://github.com/RiotGames/developer-relations/issues/540
= https://github.com/MingweiSamuel/riotapi-schema/issues/28
2021-09-27 19:39:09 -07:00
..
README.md adding tests, fixing divsiion serialization 2019-10-30 13:24:14 -07:00
async_tests.rs Regen for match-v5.MatchInfoDto docs casing fix, update tests 2021-09-27 19:39:09 -07:00
tests_americas.rs Regen for match-v5.MatchInfoDto docs casing fix, update tests 2021-09-27 19:39:09 -07:00
tests_euw.rs Regen, fix issues with tft optional responses/fields 2020-05-02 12:55:37 -07:00
tests_jp.rs Fix rounding bug in token_bucket for ~1 or 2 second buckets 2021-09-02 21:19:02 -07:00
tests_kr.rs.ignored Update to work on stable 1.39 2019-11-07 12:45:13 -08:00
tests_na.rs Regen for match-v4 removal 2021-09-27 19:05:05 -07:00
tests_tr.rs Update TR challenger test slice out of bounds 2021-01-16 13:25:34 -08:00
tests_val_latam.rs Update tests, release 1.11.2 2021-04-02 00:14:04 -07:00
testutils.rs Upgrade to reqwest 0.10, tokio 0.2, release 0.2.0 2019-12-30 21:36:23 -08: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.