2024-02-17 20:18:53 +00:00
|
|
|
import pytest
|
|
|
|
|
2024-05-12 14:35:17 +00:00
|
|
|
import socials_util
|
|
|
|
|
2024-03-31 22:37:15 +00:00
|
|
|
|
2024-02-17 20:18:53 +00:00
|
|
|
@pytest.mark.parametrize('social_site_id', list(socials_util.SocialSiteId))
|
|
|
|
def test_consistency(social_site_id):
|
|
|
|
assert social_site_id in socials_util.WIKIDATA_PROPERTIES
|