Skip to content

Commit

Permalink
deactivated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Mar 8, 2023
1 parent c67dd4c commit ab514f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_wikidatasync.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ class TestParam:
event_ids = self.wdSync.getEventsOfProceedingsByVolnumber(test_param.volumenumber)
self.assertListEqual(test_param.expected_qids, event_ids)

@unittest.skip("Only for manually adding missing event homepages")
def test_add_missing_event_homepages(self):
parser = VolumeParser('http://ceur-ws.org', showHtml=False)
start = 1030
Expand All @@ -434,7 +435,7 @@ def test_add_missing_event_homepages(self):
PropertyMapping(column="homepage", propertyType=WdDatatype.url, propertyId="P856",propertyName="official homepage"),
PropertyMapping(column=None,propertyType=WdDatatype.itemid, propertyId="P407",propertyName="language of work or name", qualifierOf="homepage", value="Q1860"),
]
self.wdSync.wd.loginWithCredentials()
# self.wdSync.wd.loginWithCredentials()
for volnumber, homepage in homepages:
print(volnumber, end="→")
event_qids = self.wdSync.getEventsOfProceedingsByVolnumber(volnumber)
Expand Down

0 comments on commit ab514f2

Please sign in to comment.