Move all the raw tweets for tests into their own JSON files
Seems better to have the raw data as JSON, like it comes from the API, then load it into python objects for each test.
This commit is contained in:
parent
5c55aa8844
commit
5a008e7e77
12 changed files with 1010 additions and 49 deletions
34
tests/tweets/identical_urls.json
Normal file
34
tests/tweets/identical_urls.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"entities":{
|
||||
"hashtags":[
|
||||
|
||||
],
|
||||
"user_mentions":[
|
||||
|
||||
],
|
||||
"symbols":[
|
||||
|
||||
],
|
||||
"urls":[
|
||||
{
|
||||
"display_url":"buff.ly/2sEhrgO",
|
||||
"expanded_url":"http://buff.ly/2sEhrgO",
|
||||
"indices":[
|
||||
42,
|
||||
65
|
||||
],
|
||||
"url":"https://t.co/W0uArTMk9N"
|
||||
},
|
||||
{
|
||||
"display_url":"buff.ly/2sEhrgO",
|
||||
"expanded_url":"http://buff.ly/2sEhrgO",
|
||||
"indices":[
|
||||
101,
|
||||
124
|
||||
],
|
||||
"url":"https://t.co/W0uArTMk9N"
|
||||
}
|
||||
]
|
||||
},
|
||||
"full_text":"Use Cases, Trials and Making 5G a Reality https://t.co/W0uArTMk9N #5G #innovation via @5GWorldSeries https://t.co/W0uArTMk9N"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue