Skip to content

Commit

Permalink
Add testdata for wikidatawiki
Browse files Browse the repository at this point in the history
  • Loading branch information
brawer committed May 10, 2024
1 parent 528504d commit adb8901
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions cmd/qrank-builder/wikisites_test.go
Expand Up @@ -17,7 +17,9 @@ func TestReadWikiSites(t *testing.T) {
}

tests := []struct{ key, domain, lastDumped string }{
{"loginwiki", "login.wikimedia.org", "2024-05-01"},
{"rmwiki", "rm.wikipedia.org", "2024-03-01"},
{"wikidatawiki", "www.wikidata.org", "2024-04-01"},
}
for _, tc := range tests {
site := (*sites)[tc.key]
Expand Down

0 comments on commit adb8901

Please sign in to comment.