logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 2098e1b7ff39fb24bbc2ad7f1800992f1748eba0
parent d14e2781b28e77207ab841dd52db0835ee55fcf2
Author: misnyo <misnyo@misnyo.eu>
Date:   Fri, 25 Aug 2017 01:11:02 +0200

[fix]torrentz unit_tests timezone fix

Diffstat:

Mtests/unit/engines/test_torrentz.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/engines/test_torrentz.py b/tests/unit/engines/test_torrentz.py @@ -67,7 +67,7 @@ class TestTorrentzEngine(SearxTestCase): self.assertEqual(r['url'], 'https://torrentz2.eu/4362e08b1d80e1820fb2550b752f9f3126fe76d6') self.assertEqual(r['title'], 'Completely valid info books ebooks') # 22 Nov 2015 03:01:42 - self.assertEqual(r['publishedDate'], datetime(2017, 8, 24, 19, 32, 4)) + self.assertEqual(r['publishedDate'], datetime(2017, 8, 24, 17, 32, 4)) self.assertEqual(r['seed'], 14) self.assertEqual(r['leech'], 1) self.assertEqual(r['filesize'], 30 * 1024 * 1024)