From: kaliko Date: Sat, 28 Jun 2014 10:48:05 +0000 (+0200) Subject: Add "live" prefix in simastr tests X-Git-Tag: 0.12.2~3 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;ds=sidebyside;h=e897bd1f55e5427057b117a2ef27c3d9cd98db44;p=mpd-sima.git Add "live" prefix in simastr tests --- 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: