We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b52e72 commit 99c35bcCopy full SHA for 99c35bc
examples/pipeline_tacotron2/text/test_text.py renamed to test/torchaudio_unittest/example/tacotron2/test_text_preprocessing.py
@@ -1,11 +1,10 @@
1
-import unittest
2
-
3
from parameterized import parameterized
4
5
from .text_preprocessing import text_to_sequence
+from torchaudio_unittest.common_utils import PytorchTestCase
6
7
8
-class TestTextPreprocessor(unittest.TestCase):
+class TestTextPreprocessor(PytorchTestCase):
9
10
@parameterized.expand(
11
[
0 commit comments