diff --git "a/commentaire Fonctionnalit\303\251 8" "b/commentaire Fonctionnalit\303\251 8" new file mode 100644 index 0000000000000000000000000000000000000000..4bc93f48df3baa48c58ae1cae8ae287ef9c26044 --- /dev/null +++ "b/commentaire Fonctionnalit\303\251 8" @@ -0,0 +1 @@ +textblob not found therefore enable to install and continue the project diff --git a/twitter_collect/test_nomdumoduleatester.py b/twitter_collect/test_nomdumoduleatester.py new file mode 100644 index 0000000000000000000000000000000000000000..d369e1e7af82d3be295739091c1d15adcdf0a039 --- /dev/null +++ b/twitter_collect/test_nomdumoduleatester.py @@ -0,0 +1,8 @@ +from twitter_predictor.twitter_collect import collect +from pytest import * + + +def test_collect(): + tweets = tweet_collect.collect() + data = transform_to_dataframe(tweets) + assert 'tweet_textual_content' in data.columns