Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
twitterPredictor_
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ahmidan Houdaifa
twitterPredictor_
Commits
85f9a725
Commit
85f9a725
authored
6 years ago
by
Ahmidan Houdaifa
Browse files
Options
Downloads
Patches
Plain Diff
updated Fonctionnalité 8
parent
4870b617
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
commentaire Fonctionnalité 8
+1
-0
1 addition, 0 deletions
commentaire Fonctionnalité 8
twitter_collect/test_nomdumoduleatester.py
+8
-0
8 additions, 0 deletions
twitter_collect/test_nomdumoduleatester.py
with
9 additions
and
0 deletions
commentaire Fonctionnalité 8
0 → 100644
+
1
−
0
View file @
85f9a725
textblob not found therefore enable to install and continue the project
This diff is collapsed.
Click to expand it.
twitter_collect/test_nomdumoduleatester.py
0 → 100644
+
8
−
0
View file @
85f9a725
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment