mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
guess region from timezone
This commit is contained in:
parent
2c6264ccf0
commit
cf17647408
4 changed files with 4209 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ fn test_parse_player_details_html(input: &str, name: &str) {
|
|||
#[test_case("team_2909.html", "team_1v1_sol")]
|
||||
#[test_case("team_5058.html", "team_empty_name_change2")]
|
||||
#[test_case("team_11789.html", "team_space_region")]
|
||||
#[test_case("team_32595.html", "team_asia_placement")]
|
||||
#[cfg(feature = "serde")]
|
||||
fn test_parse_team_html(input: &str, name: &str) {
|
||||
let body = read_to_string(format!("tests/data/{input}")).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue