Test: Deprecate TestBase (#5339)

* deprecate TestBase and fix the last use of it in main

* actually delete it because test discovery also imports it lmao
This commit is contained in:
qwint
2025-09-05 09:24:20 -05:00
committed by GitHub
parent 64d3c55d62
commit 7a38e44e64

View File

@@ -1,3 +0,0 @@
from .bases import TestBase, WorldTestBase
from warnings import warn
warn("TestBase was renamed to bases", DeprecationWarning)