From 1a0b5bd328ac4d9260c2ff61d29fc1b86014dabf Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Wed, 1 Aug 2018 18:36:06 +0800 Subject: [PATCH] new: test: 2 url for testing --- tests/test_buku.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/test_buku.py b/tests/test_buku.py index e41db6b..728e9d2 100644 --- a/tests/test_buku.py +++ b/tests/test_buku.py @@ -568,6 +568,17 @@ def test_sigint_handler(capsys): 'serp..1.2.311.06cSKPTLo18', ('xkbcomp alt gr', 0, 0) ], + [ + 'http://www.vim.org/scripts/script.php?script_id=4641', + ( + 'mlessnau_case - "in-case" selection, deletion and substitution ' + 'for underscore, camel, mixed case : vim online', 0, 0 + ) + ], + [ + 'http://www.kadrof.ru/cat_exchange.shtml', + ('Все биржи фриланса и удаленной работы - больше 110 сайтов | Kadrof.ru', 0, 0) + ], ] ) def test_network_handler_with_url(url, exp_res):