parallelize extractStatusV2

This commit is contained in:
Dylan
2025-08-23 15:01:47 +01:00
parent f4d1308b93
commit 4ac17cf451
2 changed files with 71 additions and 43 deletions

View File

@@ -38,7 +38,7 @@ def test_twextract_textTweetExtract():
assert tweet["user"]["screen_name"]=="jack"
assert 'extended_entities' not in tweet
def test_twextract_extractV2(): # remove this when v2 is default
def test_twextract_extractV2():
tweet = twExtract.extractStatusV2(testTextTweet,workaroundTokens=tokens)
def test_twextract_UserExtract():