diff options
Diffstat (limited to 'tests/test_g2p.py')
| -rw-r--r-- | tests/test_g2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_g2p.py b/tests/test_g2p.py index e18ebff..7904cbf 100644 --- a/tests/test_g2p.py +++ b/tests/test_g2p.py @@ -15,7 +15,7 @@ def phonetisaurus_installed(): return True -@unittest.skipUnless(phonetisaurus_installed, +@unittest.skipUnless(phonetisaurus_installed(), "Phonetisaurus or fst_model not present") class TestG2P(unittest.TestCase): |
