From e897bd1f55e5427057b117a2ef27c3d9cd98db44 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 28 Jun 2014 12:48:05 +0200 Subject: [PATCH] Add "live" prefix in simastr tests --- tests/test_simastr.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_simastr.py b/tests/test_simastr.py index ebd44f0..88b8b97 100644 --- a/tests/test_simastr.py +++ b/tests/test_simastr.py @@ -25,6 +25,10 @@ class TestSequenceFunctions(unittest.TestCase): 'Desert Sessions And PJ Harvey', self.assertTrue ), + ( 'Smells like teen spirit', + 'Smells Like Teen Spirits (live)', + self.assertTrue + ), ] sima.lib.simastr.SimaStr.diafilter = True for sta, stb, assertfunc in tests: -- 2.39.2