summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_module/collision
AgeCommit message (Collapse)Author
2026-07-10Fixed #36864 -- Supported modules and submodules in import_string().Leland
Before, only submodules worked (and only if already imported). Now, all modules work regardless of prior import state. Updated expected exception in auth tests where import_string() returns a non-callable.