1
0
socials-util/test/test_wikidata_property.py
Jon Michael Aanes 1cda90c0bc
All checks were successful
Python Ruff Code Quality / ruff (push) Successful in 22s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Fixed tests
2024-11-01 21:45:28 +01:00

12 lines
275 B
Python

import wikidata.client
import socials_util
def test_wikidata_properties():
wikidata_client = wikidata.client.Client()
wikidata_property = socials_util.SocialSiteId.RSS_FEED.wikidata_property(
wikidata_client,
)
assert wikidata_property is not None