From e93071af5da624dbe4ed4df1936b2ef0f61b6621 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2019 09:57:51 +0100 Subject: [PATCH] Tidying --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index e06dec02..e33e564a 100644 --- a/tests.py +++ b/tests.py @@ -1370,10 +1370,10 @@ def testActorParsing(): assert nickname=='othernick' def testWebLinks(): + print('testWebLinks') exampleText='This post has a web links https://somesite.net\n\nAnd some other text' linkedText=addWebLinks(exampleText) - print(exampleText) - print(linkedText) + assert 'somesite.net