1
0
socials-util/test/test_consistency.py

10 lines
214 B
Python
Raw Normal View History

2024-02-17 20:18:53 +00:00
import socials_util
import pytest
@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