mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-04 02:34:11 +02:00
handle roster history without steam group
This commit is contained in:
parent
22366e957f
commit
c81cc2f717
5 changed files with 2460 additions and 10 deletions
|
|
@ -36,6 +36,7 @@ fn test_parse_team_html(input: &str, name: &str) {
|
|||
}
|
||||
|
||||
#[test_case("team_roster_history_7861.html", "team_roster_history")]
|
||||
#[test_case("team_roster_history_2133.html", "team_roster_history_no_group")]
|
||||
fn test_parse_team_roster_history_html(input: &str, name: &str) {
|
||||
let body = read_to_string(&format!("tests/data/{input}")).unwrap();
|
||||
let parser = TeamRosterHistoryParser::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue