sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.05k stars 1.13k forks source link

probably better test #404

Closed XinyuLiu5566 closed 1 year ago

XinyuLiu5566 commented 2 years ago

When I run pytest --flake-finder, this test gave me an error about the first assertion because in the last run this is already in the dictionary, so I think it might be better to delete the key at the end of the test so if people who want to find flaky test run this tool again in the future they won't get the error. That's the reason I open this PR.