Mingwei Samuel
2f54bb6381
feat: add wasm testing ( #63 )
2024-02-24 21:42:06 -08:00
Mingwei Samuel
092ea34358
chore: replace `lazy_static` with std `OnceLock`
2024-02-24 09:46:11 -08:00
Mingwei Samuel
101633bb47
test: use `#[tokio_shared_rt::test]` instead of custom macro
...
`env_logger::init()` moved into `RIOT_API` static initializer
2024-02-24 09:28:36 -08:00
Mingwei Samuel
4c9952b385
Update tests for new `endOfGameResult` fields
2024-02-16 15:57:44 -08:00
Mingwei Samuel
8d810ccca8
Add rustfmt.toml
2024-01-20 19:41:46 -08:00
Mingwei Samuel
83d7fc3001
fix typo in tournament-stub-v5 test
2024-01-20 19:16:43 -08:00
Mingwei Samuel
a9a0990d5c
Remove archived match `NA1_4097036960` test
2023-11-15 10:48:30 -08:00
Mingwei Samuel
c449a4fc52
Add `account-v1` `getByRiotId` and `getByPuuid` tests
2023-11-15 10:46:27 -08:00
Mingwei Samuel
dc73fcbf46
update tests from tournament_v4 to tournament_v5
2023-10-17 23:03:21 -07:00
Mingwei Samuel
c4a9993ac2
Remove tests on archived matches
...
Also adds `--no-fail-fast` to tests
2023-10-13 11:09:26 -07:00
Mingwei Samuel
ac76a87367
Remove old archived match IDs, add some new EUW1 match IDs
2023-08-27 13:29:04 -07:00
Mingwei Samuel
e53d78c807
cargo fmt
2023-05-10 13:10:58 -07:00
Mingwei Samuel
342c87e682
Disable failing tournamentstub test
2023-01-07 18:09:17 -08:00
Mingwei Samuel
295ccc4daf
Regen, add test & field `mejaisFullStackInTime`
2022-04-04 11:56:37 -07:00
Mingwei Samuel
386d41c208
Add tests for `match-v5.ParticipantDto.challenges`, add `deny-unknown-fields` feature
2022-02-10 17:02:56 -08:00
Mingwei Samuel
de1e5cdbca
Regen for match-v5.ParticipantDto optionals, consolidate/add match tests w/ invalid champion IDs
2021-12-29 10:50:13 -08:00
Mingwei Samuel
7e5bccd039
Update for optional fields in match-v5 timeline DTOs, adding more test matches
2021-11-09 19:07:31 -08:00
Mingwei Samuel
0b16c2a385
Cleanup per clippy recommendations
2021-10-29 22:38:48 -07:00
Mingwei Samuel
4c618eb939
Add more match-v5 tests
2021-10-07 10:10:19 -07:00
Mingwei Samuel
8d2bcfe694
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:38:20 -07:00
Mingwei Samuel
74eb5fa045
Update example proxy for v2, use workspaces.
...
- `example/proxy` is new folder for `example_proxy`.
- `riven` is new folder for the main riven lib.
- Updated metadata to be an array and include HTTP method.
2021-09-09 14:31:39 -07:00