guess region from timezone

This commit is contained in:
Robin Appelman 2025-04-15 21:33:43 +02:00
commit cf17647408
4 changed files with 4209 additions and 1 deletions

View file

@ -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();