aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-01 09:57:02 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-01 13:39:41 +0200
commita1a107705948c724aca7326f8550c336a25a6364 (patch)
treea34b02008987f8b05b31bf6b8c4d0e19b6ddf029 /tests/Wallabag/ImportBundle/fixtures
parentca2a43ae7dc48d76fffe7d40976fb8c902a73dc7 (diff)
downloadwallabag-a1a107705948c724aca7326f8550c336a25a6364.tar.gz
wallabag-a1a107705948c724aca7326f8550c336a25a6364.tar.zst
wallabag-a1a107705948c724aca7326f8550c336a25a6364.zip
Add tests on ReadabilityImport
Diffstat (limited to 'tests/Wallabag/ImportBundle/fixtures')
-rw-r--r--tests/Wallabag/ImportBundle/fixtures/readability-read.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/fixtures/readability-read.json b/tests/Wallabag/ImportBundle/fixtures/readability-read.json
new file mode 100644
index 00000000..c60767dc
--- /dev/null
+++ b/tests/Wallabag/ImportBundle/fixtures/readability-read.json
@@ -0,0 +1,25 @@
1{
2 "bookmarks": [
3 {
4 "article__excerpt": "This is a guest post from Moritz Beller from the Delft University of Technology in The Netherlands. His team produced amazing research on several million Travis CI builds, creating invaluable&hellip;",
5 "favorite": false,
6 "date_archived": "2016-08-02T06:49:30",
7 "article__url": "https://blog.travis-ci.com/2016-07-28-what-we-learned-from-analyzing-2-million-travis-builds/",
8 "date_added": "2016-08-01T05:24:16",
9 "date_favorited": null,
10 "article__title": "Travis",
11 "archive": true
12 },
13 {
14 "article__excerpt": "The GraphQL Type system describes the capabilities of a GraphQL server and is used to determine if a query is valid. The type system also describes the input types of query variables to determine if&hellip;",
15 "favorite": false,
16 "date_archived": "2016-07-19T06:48:31",
17 "article__url": "https://facebook.github.io/graphql/",
18 "date_added": "2016-06-24T17:50:16",
19 "date_favorited": null,
20 "article__title": "GraphQL",
21 "archive": true
22 }
23 ],
24 "recommendations": []
25}