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