Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 21.05 22 lines 978 B view raw
1diff --git a/test/test_main.py b/test/test_main.py 2index 71d605a..0ea3c74 100644 3--- a/test/test_main.py 4+++ b/test/test_main.py 5@@ -63,17 +63,12 @@ def test_readme(): 6 _test(u'hello world', u'həloʊ wɜːld ') 7 _test(u'hello world', u'həloʊ wɜːld ', '--verbose') 8 _test(u'hello world', u'həloʊ wɜːld ', '--quiet') 9- _test(u'hello world', u'hhaxlow werld', '-b festival --strip') 10 _test(u'hello world', u'həloʊ wɜːld ', '-l en-us') 11 _test(u'bonjour le monde', u'bɔ̃ʒuʁ lə mɔ̃d ', '-l fr-fr') 12 _test(u'bonjour le monde', u'b ɔ̃ ʒ u ʁ ;eword l ə ;eword m ɔ̃ d ;eword ', 13 '-l fr-fr -p " " -w ";eword "') 14 15 16-@pytest.mark.skipif( 17- '2.1' in backend.FestivalBackend.version(), 18- reason='festival-2.1 gives different results than further versions ' 19- 'for syllable boundaries') 20 def test_readme_festival_syll(): 21 _test(u'hello world', 22 u'hh ax ;esyll l ow ;esyll ;eword w er l d ;esyll ;eword ',