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