mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-12 05:18:35 +03:00
ported vk scraper logic into lib
This commit is contained in:
3
tests/util.py
Normal file
3
tests/util.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def assert_equal_lists(l1, l2):
|
||||
assert len(l1) == len(l2)
|
||||
assert str(sorted(l1)) == str(sorted(l2))
|
||||
Reference in New Issue
Block a user