SublimeText / UnitTesting

Testing Sublime Text Packages
MIT License
112 stars 32 forks source link

Fix circular import due to DeferrableTestSuite #262

Closed deathaxe closed 7 months ago

deathaxe commented 7 months ago

This commit moves (duplicates) loader module into py33 and p38 packages and imports it from there to avoid a circular import.