1
0
socials-util/test/test_data.py

6 lines
197 B
Python
Raw Normal View History

2024-11-01 20:42:16 +00:00
import socials_util
def test_is_aggregator():
assert not socials_util.SocialSiteId.PAGE_WATCH.is_aggregator()
assert not socials_util.SocialSiteId.FALKON_PROFILE_BOOKMARKS.is_aggregator()