From 36f7e9619b3e62d4d82e000a61e98e1e92c8751f Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 1 Mar 2018 11:19:34 +0200 Subject: [PATCH] Shorten test names --- tests/{test_pylast_album.py => test_album.py} | 0 tests/{test_pylast_artist.py => test_artist.py} | 0 tests/{test_pylast_country.py => test_country.py} | 0 tests/{test_pylast_library.py => test_library.py} | 0 tests/{test_pylast_librefm.py => test_librefm.py} | 0 tests/{test_pylast_network.py => test_network.py} | 0 tests/{test_pylast_tag.py => test_tag.py} | 0 tests/{test_pylast_track.py => test_track.py} | 0 tests/{test_pylast_user.py => test_user.py} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_pylast_album.py => test_album.py} (100%) rename tests/{test_pylast_artist.py => test_artist.py} (100%) rename tests/{test_pylast_country.py => test_country.py} (100%) rename tests/{test_pylast_library.py => test_library.py} (100%) rename tests/{test_pylast_librefm.py => test_librefm.py} (100%) rename tests/{test_pylast_network.py => test_network.py} (100%) rename tests/{test_pylast_tag.py => test_tag.py} (100%) rename tests/{test_pylast_track.py => test_track.py} (100%) rename tests/{test_pylast_user.py => test_user.py} (100%) diff --git a/tests/test_pylast_album.py b/tests/test_album.py similarity index 100% rename from tests/test_pylast_album.py rename to tests/test_album.py diff --git a/tests/test_pylast_artist.py b/tests/test_artist.py similarity index 100% rename from tests/test_pylast_artist.py rename to tests/test_artist.py diff --git a/tests/test_pylast_country.py b/tests/test_country.py similarity index 100% rename from tests/test_pylast_country.py rename to tests/test_country.py diff --git a/tests/test_pylast_library.py b/tests/test_library.py similarity index 100% rename from tests/test_pylast_library.py rename to tests/test_library.py diff --git a/tests/test_pylast_librefm.py b/tests/test_librefm.py similarity index 100% rename from tests/test_pylast_librefm.py rename to tests/test_librefm.py diff --git a/tests/test_pylast_network.py b/tests/test_network.py similarity index 100% rename from tests/test_pylast_network.py rename to tests/test_network.py diff --git a/tests/test_pylast_tag.py b/tests/test_tag.py similarity index 100% rename from tests/test_pylast_tag.py rename to tests/test_tag.py diff --git a/tests/test_pylast_track.py b/tests/test_track.py similarity index 100% rename from tests/test_pylast_track.py rename to tests/test_track.py diff --git a/tests/test_pylast_user.py b/tests/test_user.py similarity index 100% rename from tests/test_pylast_user.py rename to tests/test_user.py