From fefedbc605dead71dc00e92803303280404f8608 Mon Sep 17 00:00:00 2001 From: Thomas Werkmeister Date: Fri, 26 Apr 2019 15:00:05 +0200 Subject: [PATCH] renamed tests so that testrunner finds them --- tests/{audio_tests.py => test_audio.py} | 0 tests/{layers_tests.py => test_layers.py} | 0 tests/{loader_tests.py => test_loader.py} | 0 tests/{preprocess_tests.py => test_preprocessors.py} | 0 tests/{tacotron2_tests.py => test_tacotron2_model.py} | 0 tests/{tacotron_tests.py => test_tacotron_model.py} | 0 tests/{text_processing_tests.py => test_text_processing.py} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/{audio_tests.py => test_audio.py} (100%) rename tests/{layers_tests.py => test_layers.py} (100%) rename tests/{loader_tests.py => test_loader.py} (100%) rename tests/{preprocess_tests.py => test_preprocessors.py} (100%) rename tests/{tacotron2_tests.py => test_tacotron2_model.py} (100%) rename tests/{tacotron_tests.py => test_tacotron_model.py} (100%) rename tests/{text_processing_tests.py => test_text_processing.py} (100%) diff --git a/tests/audio_tests.py b/tests/test_audio.py similarity index 100% rename from tests/audio_tests.py rename to tests/test_audio.py diff --git a/tests/layers_tests.py b/tests/test_layers.py similarity index 100% rename from tests/layers_tests.py rename to tests/test_layers.py diff --git a/tests/loader_tests.py b/tests/test_loader.py similarity index 100% rename from tests/loader_tests.py rename to tests/test_loader.py diff --git a/tests/preprocess_tests.py b/tests/test_preprocessors.py similarity index 100% rename from tests/preprocess_tests.py rename to tests/test_preprocessors.py diff --git a/tests/tacotron2_tests.py b/tests/test_tacotron2_model.py similarity index 100% rename from tests/tacotron2_tests.py rename to tests/test_tacotron2_model.py diff --git a/tests/tacotron_tests.py b/tests/test_tacotron_model.py similarity index 100% rename from tests/tacotron_tests.py rename to tests/test_tacotron_model.py diff --git a/tests/text_processing_tests.py b/tests/test_text_processing.py similarity index 100% rename from tests/text_processing_tests.py rename to tests/test_text_processing.py