From 16d6e758d73ed5b369a4cf70830b5ebf0d0196ba Mon Sep 17 00:00:00 2001 From: a01200356 Date: Sat, 2 Jan 2016 22:36:52 -0600 Subject: [PATCH] [fix] flake8 compliance in test --- .../tests/engines/test_wolframalpha_noapi.py | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/searx/tests/engines/test_wolframalpha_noapi.py b/searx/tests/engines/test_wolframalpha_noapi.py index b2ae546..237f578 100644 --- a/searx/tests/engines/test_wolframalpha_noapi.py +++ b/searx/tests/engines/test_wolframalpha_noapi.py @@ -22,23 +22,23 @@ class TestWolframAlphaNoAPIEngine(SearxTestCase): self.assertRaises(AttributeError, wolframalpha_noapi.response, '') self.assertRaises(AttributeError, wolframalpha_noapi.response, '[]') - html = """ - - Parangaricutirimícuaro - Wolfram|Alpha - - -
-

Wolfram|Alpha doesn't know how to interpret your input.

-
-
- Tip:  - Check your spelling, and use English - -
-
-
- - + html = """ + + Parangaricutirimícuaro - Wolfram|Alpha + + +
+

Wolfram|Alpha doesn't know how to interpret your input.

+
+
+ Tip:  + Check your spelling, and use English + +
+
+
+ + """ response = mock.Mock(text=html)