From 0c14278c306fa52408b487b10e75b6aa26525f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Wed, 2 Jun 2021 11:40:26 +0200 Subject: [PATCH] reorg test files --- .../test_dataset_formatters.py} | 0 tests/{ => data_tests}/test_loader.py | 0 tests/{ => inference_tests}/test_synthesize.py | 0 tests/{ => inference_tests}/test_synthesizer.py | 0 tests/{test_audio.py => test_audio_processor.py} | 0 tests/{tts_tests => text_tests}/test_japanese_phonemizer.py | 0 tests/{ => text_tests}/test_symbols.py | 0 tests/{ => text_tests}/test_text_cleaners.py | 0 tests/{ => tts_tests}/test_feed_forward_layers.py | 0 tests/{ => tts_tests}/test_glow_tts.py | 0 tests/{ => tts_tests}/test_speedy_speech_layers.py | 0 tests/{ => tts_tests}/test_tacotron2_model.py | 0 tests/{ => tts_tests}/test_tacotron2_tf_model.py | 0 tests/{test_layers.py => tts_tests/test_tacotron_layers.py} | 0 tests/{ => tts_tests}/test_tacotron_model.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_preprocessors.py => data_tests/test_dataset_formatters.py} (100%) rename tests/{ => data_tests}/test_loader.py (100%) rename tests/{ => inference_tests}/test_synthesize.py (100%) rename tests/{ => inference_tests}/test_synthesizer.py (100%) rename tests/{test_audio.py => test_audio_processor.py} (100%) rename tests/{tts_tests => text_tests}/test_japanese_phonemizer.py (100%) rename tests/{ => text_tests}/test_symbols.py (100%) rename tests/{ => text_tests}/test_text_cleaners.py (100%) rename tests/{ => tts_tests}/test_feed_forward_layers.py (100%) rename tests/{ => tts_tests}/test_glow_tts.py (100%) rename tests/{ => tts_tests}/test_speedy_speech_layers.py (100%) rename tests/{ => tts_tests}/test_tacotron2_model.py (100%) rename tests/{ => tts_tests}/test_tacotron2_tf_model.py (100%) rename tests/{test_layers.py => tts_tests/test_tacotron_layers.py} (100%) rename tests/{ => tts_tests}/test_tacotron_model.py (100%) diff --git a/tests/test_preprocessors.py b/tests/data_tests/test_dataset_formatters.py similarity index 100% rename from tests/test_preprocessors.py rename to tests/data_tests/test_dataset_formatters.py diff --git a/tests/test_loader.py b/tests/data_tests/test_loader.py similarity index 100% rename from tests/test_loader.py rename to tests/data_tests/test_loader.py diff --git a/tests/test_synthesize.py b/tests/inference_tests/test_synthesize.py similarity index 100% rename from tests/test_synthesize.py rename to tests/inference_tests/test_synthesize.py diff --git a/tests/test_synthesizer.py b/tests/inference_tests/test_synthesizer.py similarity index 100% rename from tests/test_synthesizer.py rename to tests/inference_tests/test_synthesizer.py diff --git a/tests/test_audio.py b/tests/test_audio_processor.py similarity index 100% rename from tests/test_audio.py rename to tests/test_audio_processor.py diff --git a/tests/tts_tests/test_japanese_phonemizer.py b/tests/text_tests/test_japanese_phonemizer.py similarity index 100% rename from tests/tts_tests/test_japanese_phonemizer.py rename to tests/text_tests/test_japanese_phonemizer.py diff --git a/tests/test_symbols.py b/tests/text_tests/test_symbols.py similarity index 100% rename from tests/test_symbols.py rename to tests/text_tests/test_symbols.py diff --git a/tests/test_text_cleaners.py b/tests/text_tests/test_text_cleaners.py similarity index 100% rename from tests/test_text_cleaners.py rename to tests/text_tests/test_text_cleaners.py diff --git a/tests/test_feed_forward_layers.py b/tests/tts_tests/test_feed_forward_layers.py similarity index 100% rename from tests/test_feed_forward_layers.py rename to tests/tts_tests/test_feed_forward_layers.py diff --git a/tests/test_glow_tts.py b/tests/tts_tests/test_glow_tts.py similarity index 100% rename from tests/test_glow_tts.py rename to tests/tts_tests/test_glow_tts.py diff --git a/tests/test_speedy_speech_layers.py b/tests/tts_tests/test_speedy_speech_layers.py similarity index 100% rename from tests/test_speedy_speech_layers.py rename to tests/tts_tests/test_speedy_speech_layers.py diff --git a/tests/test_tacotron2_model.py b/tests/tts_tests/test_tacotron2_model.py similarity index 100% rename from tests/test_tacotron2_model.py rename to tests/tts_tests/test_tacotron2_model.py diff --git a/tests/test_tacotron2_tf_model.py b/tests/tts_tests/test_tacotron2_tf_model.py similarity index 100% rename from tests/test_tacotron2_tf_model.py rename to tests/tts_tests/test_tacotron2_tf_model.py diff --git a/tests/test_layers.py b/tests/tts_tests/test_tacotron_layers.py similarity index 100% rename from tests/test_layers.py rename to tests/tts_tests/test_tacotron_layers.py diff --git a/tests/test_tacotron_model.py b/tests/tts_tests/test_tacotron_model.py similarity index 100% rename from tests/test_tacotron_model.py rename to tests/tts_tests/test_tacotron_model.py