mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
Mixcloud's unit test
This commit is contained in:
parent
0f52cc7542
commit
192f255e13
3 changed files with 69 additions and 0 deletions
|
@ -43,6 +43,7 @@ class TestDeezerEngine(SearxTestCase):
|
|||
self.assertEqual(results[0]['title'], 'Title of track')
|
||||
self.assertEqual(results[0]['url'], 'http://www.deezer.com/track/1094042')
|
||||
self.assertEqual(results[0]['content'], 'Artist Name • Album Title • Title of track')
|
||||
self.assertTrue('100' in results[0]['embedded'])
|
||||
|
||||
json = """
|
||||
{"data":[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue