summaryrefslogtreecommitdiff
path: root/searx/tests/engines/test_flickr_noapi.py
blob: a1de3a5e4fdba17ce5c84868e8e13519bd415584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
from collections import defaultdict
import mock
from searx.engines import flickr_noapi
from searx.testing import SearxTestCase


class TestFlickrNoapiEngine(SearxTestCase):

    def test_build_flickr_url(self):
        url = flickr_noapi.build_flickr_url("uid", "pid")
        self.assertIn("uid", url)
        self.assertIn("pid", url)

    def test_request(self):
        query = 'test_query'
        dicto = defaultdict(dict)
        dicto['pageno'] = 1
        params = flickr_noapi.request(query, dicto)
        self.assertIn('url', params)
        self.assertIn(query, params['url'])
        self.assertIn('flickr.com', params['url'])

    def test_response(self):
        self.assertRaises(AttributeError, flickr_noapi.response, None)
        self.assertRaises(AttributeError, flickr_noapi.response, [])
        self.assertRaises(AttributeError, flickr_noapi.response, '')
        self.assertRaises(AttributeError, flickr_noapi.response, '[]')

        response = mock.Mock(text='"search-photos-models","photos":{},"totalItems":')
        self.assertEqual(flickr_noapi.response(response), [])

        response = mock.Mock(text='search-photos-models","photos":{"data": []},"totalItems":')
        self.assertEqual(flickr_noapi.response(response), [])

        json = """
        "search-photos-models","photos":
        {
          "_data": [
            {
              "_flickrModelRegistry": "photo-models",
              "title": "This is the title",
              "sizes": {
                "c": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_c.jpg",
                  "width": 541,
                  "height": 800,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_c.jpg",
                  "key": "c"
                },
                "h": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_761d32237a_h.jpg",
                  "width": 1081,
                  "height": 1600,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_761d32237a_h.jpg",
                  "key": "h"
                },
                "k": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_f145a2c11a_k.jpg",
                  "width": 1383,
                  "height": 2048,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_f145a2c11a_k.jpg",
                  "key": "k"
                },
                "l": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_b.jpg",
                  "width": 692,
                  "height": 1024,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_b.jpg",
                  "key": "l"
                },
                "m": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777.jpg",
                  "width": 338,
                  "height": 500,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777.jpg",
                  "key": "m"
                },
                "n": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_n.jpg",
                  "width": 216,
                  "height": 320,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_n.jpg",
                  "key": "n"
                },
                "q": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_q.jpg",
                  "width": 150,
                  "height": 150,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_q.jpg",
                  "key": "q"
                },
                "s": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_m.jpg",
                  "width": 162,
                  "height": 240,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_m.jpg",
                  "key": "s"
                },
                "sq": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_s.jpg",
                  "width": 75,
                  "height": 75,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_s.jpg",
                  "key": "sq"
                },
                "t": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_t.jpg",
                  "width": 68,
                  "height": 100,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_t.jpg",
                  "key": "t"
                },
                "z": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_z.jpg",
                  "width": 433,
                  "height": 640,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_z.jpg",
                  "key": "z"
                }
              },
              "canComment": false,
              "rotation": 0,
              "owner": {
                "_flickrModelRegistry": "person-models",
                "pathAlias": "klink692",
                "username": "Owner",
                "buddyicon": {
                  "retina": null,
                  "large": null,
                  "medium": null,
                  "small": null,
                  "default": "//c1.staticflickr.com/9/8108/buddyicons/59729010@N00.jpg?1361642376#59729010@N00"
                },
                "isPro": true,
                "id": "59729010@N00"
              },
              "engagement": {
                "_flickrModelRegistry": "photo-engagement-models",
                "ownerNsid": "59729010@N00",
                "faveCount": 21,
                "commentCount": 14,
                "viewCount": 10160,
                "id": "14001294434"
              },
              "description": "Description",
              "isHD": false,
              "secret": "410f653777",
              "canAddMeta": false,
              "license": 0,
              "oWidth": 1803,
              "oHeight": 2669,
              "safetyLevel": 0,
              "id": "14001294434"
            }
          ],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        json = json.replace('\r\n', '').replace('\n', '').replace('\r', '')
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 1)
        self.assertEqual(results[0]['title'], 'This is the title')
        self.assertEqual(results[0]['url'], 'https://www.flickr.com/photos/59729010@N00/14001294434')
        self.assertIn('k.jpg', results[0]['img_src'])
        self.assertIn('n.jpg', results[0]['thumbnail_src'])
        self.assertIn('Owner', results[0]['content'])
        self.assertIn('Description', results[0]['content'])

        json = """
        "search-photos-models","photos":
        {
          "_data": [
            {
              "_flickrModelRegistry": "photo-models",
              "title": "This is the title",
              "sizes": {
                "z": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_z.jpg",
                  "width": 433,
                  "height": 640,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_z.jpg",
                  "key": "z"
                }
              },
              "canComment": false,
              "rotation": 0,
              "owner": {
                "_flickrModelRegistry": "person-models",
                "pathAlias": "klink692",
                "username": "Owner",
                "buddyicon": {
                  "retina": null,
                  "large": null,
                  "medium": null,
                  "small": null,
                  "default": "//c1.staticflickr.com/9/8108/buddyicons/59729010@N00.jpg?1361642376#59729010@N00"
                },
                "isPro": true,
                "id": "59729010@N00"
              },
              "engagement": {
                "_flickrModelRegistry": "photo-engagement-models",
                "ownerNsid": "59729010@N00",
                "faveCount": 21,
                "commentCount": 14,
                "viewCount": 10160,
                "id": "14001294434"
              },
              "description": "Description",
              "isHD": false,
              "secret": "410f653777",
              "canAddMeta": false,
              "license": 0,
              "oWidth": 1803,
              "oHeight": 2669,
              "safetyLevel": 0,
              "id": "14001294434"
            }
          ],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 1)
        self.assertEqual(results[0]['title'], 'This is the title')
        self.assertEqual(results[0]['url'], 'https://www.flickr.com/photos/59729010@N00/14001294434')
        self.assertIn('z.jpg', results[0]['img_src'])
        self.assertIn('z.jpg', results[0]['thumbnail_src'])
        self.assertIn('Owner', results[0]['content'])
        self.assertIn('Description', results[0]['content'])

        json = """
        "search-photos-models","photos":
        {
          "_data": [
            {
              "_flickrModelRegistry": "photo-models",
              "title": "This is the title",
              "sizes": {
                "o": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_o.jpg",
                  "width": 433,
                  "height": 640,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_o.jpg",
                  "key": "o"
                }
              },
              "canComment": false,
              "rotation": 0,
              "owner": {
                "_flickrModelRegistry": "person-models",
                "pathAlias": "klink692",
                "username": "Owner",
                "buddyicon": {
                  "retina": null,
                  "large": null,
                  "medium": null,
                  "small": null,
                  "default": "//c1.staticflickr.com/9/8108/buddyicons/59729010@N00.jpg?1361642376#59729010@N00"
                },
                "isPro": true,
                "id": "59729010@N00"
              },
              "engagement": {
                "_flickrModelRegistry": "photo-engagement-models",
                "ownerNsid": "59729010@N00",
                "faveCount": 21,
                "commentCount": 14,
                "viewCount": 10160,
                "id": "14001294434"
              },
              "isHD": false,
              "secret": "410f653777",
              "canAddMeta": false,
              "license": 0,
              "oWidth": 1803,
              "oHeight": 2669,
              "safetyLevel": 0,
              "id": "14001294434"
            }
          ],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 1)
        self.assertEqual(results[0]['title'], 'This is the title')
        self.assertEqual(results[0]['url'], 'https://www.flickr.com/photos/59729010@N00/14001294434')
        self.assertIn('o.jpg', results[0]['img_src'])
        self.assertIn('o.jpg', results[0]['thumbnail_src'])
        self.assertIn('Owner', results[0]['content'])

        json = """
        "search-photos-models","photos":
        {
          "_data": [
            {
              "_flickrModelRegistry": "photo-models",
              "title": "This is the title",
              "sizes": {
              },
              "canComment": false,
              "rotation": 0,
              "owner": {
                "_flickrModelRegistry": "person-models",
                "pathAlias": "klink692",
                "username": "Owner",
                "buddyicon": {
                  "retina": null,
                  "large": null,
                  "medium": null,
                  "small": null,
                  "default": "//c1.staticflickr.com/9/8108/buddyicons/59729010@N00.jpg?1361642376#59729010@N00"
                },
                "isPro": true,
                "id": "59729010@N00"
              },
              "engagement": {
                "_flickrModelRegistry": "photo-engagement-models",
                "ownerNsid": "59729010@N00",
                "faveCount": 21,
                "commentCount": 14,
                "viewCount": 10160,
                "id": "14001294434"
              },
              "description": "Description",
              "isHD": false,
              "secret": "410f653777",
              "canAddMeta": false,
              "license": 0,
              "oWidth": 1803,
              "oHeight": 2669,
              "safetyLevel": 0,
              "id": "14001294434"
            }
          ],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 0)

        json = """
        "search-photos-models","photos":
        {
          "_data": [null],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 0)

        json = """
        "search-photos-models","photos":
        {
          "_data": [
            {
              "_flickrModelRegistry": "photo-models",
              "title": "This is the title",
              "sizes": {
                "o": {
                  "displayUrl": "//farm8.staticflickr.com/7246/14001294434_410f653777_o.jpg",
                  "width": 433,
                  "height": 640,
                  "url": "//c4.staticflickr.com/8/7246/14001294434_410f653777_o.jpg",
                  "key": "o"
                }
              },
              "canComment": false,
              "rotation": 0,
              "owner": {
                "_flickrModelRegistry": "person-models",
                "pathAlias": "klink692",
                "username": "Owner",
                "buddyicon": {
                  "retina": null,
                  "large": null,
                  "medium": null,
                  "small": null,
                  "default": "//c1.staticflickr.com/9/8108/buddyicons/59729010@N00.jpg?1361642376#59729010@N00"
                },
                "isPro": true
              },
              "engagement": {
                "_flickrModelRegistry": "photo-engagement-models",
                "ownerNsid": "59729010@N00",
                "faveCount": 21,
                "commentCount": 14,
                "viewCount": 10160,
                "id": "14001294434"
              },
              "description": "Description",
              "isHD": false,
              "secret": "410f653777",
              "canAddMeta": false,
              "license": 0,
              "oWidth": 1803,
              "oHeight": 2669,
              "safetyLevel": 0,
              "id": "14001294434"
            }
          ],
          "fetchedStart": true,
          "fetchedEnd": false,
          "totalItems": "4386039"
        },"totalItems":
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 0)

        json = """
        {"toto":[
            {"id":200,"name":"Artist Name",
            "link":"http:\/\/www.flickr.com\/artist\/1217","type":"artist"}
        ]}
        """
        response = mock.Mock(text=json)
        results = flickr_noapi.response(response)
        self.assertEqual(type(results), list)
        self.assertEqual(len(results), 0)