From 055acf4826ec86d6dd237e1780f713396ac439ec Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:44:05 +0100 Subject: [PATCH] Test: move customserver tests to not interfere with webhost --- test/{webhost/customserver => webhost_customserver}/__init__.py | 0 .../test_gamespackage_cache.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{webhost/customserver => webhost_customserver}/__init__.py (100%) rename test/{webhost/customserver => webhost_customserver}/test_gamespackage_cache.py (100%) diff --git a/test/webhost/customserver/__init__.py b/test/webhost_customserver/__init__.py similarity index 100% rename from test/webhost/customserver/__init__.py rename to test/webhost_customserver/__init__.py diff --git a/test/webhost/customserver/test_gamespackage_cache.py b/test/webhost_customserver/test_gamespackage_cache.py similarity index 100% rename from test/webhost/customserver/test_gamespackage_cache.py rename to test/webhost_customserver/test_gamespackage_cache.py