From 85f9a7258b608aa992e0c358bdbe4c7872dc6586 Mon Sep 17 00:00:00 2001 From: MARV47 <houdaifa.ahmidan@student-cs.fr> Date: Fri, 16 Nov 2018 22:55:31 +0100 Subject: [PATCH] =?UTF-8?q?updated=20Fonctionnalit=C3=A9=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "commentaire Fonctionnalit\303\251 8" | 1 + twitter_collect/test_nomdumoduleatester.py | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 "commentaire Fonctionnalit\303\251 8" create mode 100644 twitter_collect/test_nomdumoduleatester.py diff --git "a/commentaire Fonctionnalit\303\251 8" "b/commentaire Fonctionnalit\303\251 8" new file mode 100644 index 0000000..4bc93f4 --- /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 0000000..d369e1e --- /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 -- GitLab