diff --git a/tests/files.py b/tests/files.py index f929298..2be2118 100644 --- a/tests/files.py +++ b/tests/files.py @@ -23,7 +23,7 @@ def read_sample(name: str) -> List[str]: def read_html(name: str) -> bytes: - path = samples / 'html' / (name + '.html') + path = samples / 'html' / name if not path.exists(): return b'' diff --git a/tests/samples/html/aternos_config.html b/tests/samples/html/aternos_config similarity index 100% rename from tests/samples/html/aternos_config.html rename to tests/samples/html/aternos_config diff --git a/tests/samples/html/aternos_files_root.html b/tests/samples/html/aternos_files_root similarity index 100% rename from tests/samples/html/aternos_files_root.html rename to tests/samples/html/aternos_files_root diff --git a/tests/samples/html/aternos_go.html b/tests/samples/html/aternos_go similarity index 100% rename from tests/samples/html/aternos_go.html rename to tests/samples/html/aternos_go diff --git a/tests/samples/html/aternos_players.html b/tests/samples/html/aternos_players similarity index 100% rename from tests/samples/html/aternos_players.html rename to tests/samples/html/aternos_players diff --git a/tests/samples/html/aternos_server1.html b/tests/samples/html/aternos_server1 similarity index 100% rename from tests/samples/html/aternos_server1.html rename to tests/samples/html/aternos_server1 diff --git a/tests/samples/html/aternos_servers.html b/tests/samples/html/aternos_servers similarity index 100% rename from tests/samples/html/aternos_servers.html rename to tests/samples/html/aternos_servers diff --git a/tests/samples/html/aternos_status.html b/tests/samples/html/aternos_status similarity index 100% rename from tests/samples/html/aternos_status.html rename to tests/samples/html/aternos_status