1
0
socials-util/test/test_consistency.py
Jon Michael Aanes 9f6068b2f5
All checks were successful
Python Package / Package (push) Has been skipped
Medium blogging platform support
2024-02-17 21:19:01 +01:00

10 lines
214 B
Python

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