From bd77f9f40307e2547e9b0e39db33be2e0caf70d9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Oct 2020 10:08:02 +0000 Subject: [PATCH] Line length --- tests.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index c3f467902..fca8e91b8 100644 --- a/tests.py +++ b/tests.py @@ -2313,7 +2313,12 @@ def testHashtagRuleTree(): def testGetNewswireTags(): print('testGetNewswireTags') - rssDescription='#ExcitingHashtagCompelling description with #ExcitingHashtag, which is being posted in #BoringForum' + rssDescription='#ExcitingHashtag' + \ + 'Compelling description with #ExcitingHashtag, which is ' + \ + 'being posted in #BoringForum' tags = getNewswireTags(rssDescription, 10) assert len(tags) == 2 assert '#BoringForum' in tags