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:
@@ -1,3 +0,0 @@
|
|||||||
from .bases import TestBase, WorldTestBase
|
|
||||||
from warnings import warn
|
|
||||||
warn("TestBase was renamed to bases", DeprecationWarning)
|
|
||||||
Reference in New Issue
Block a user