SublimeText / UnitTesting

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

Fix calling stopTestRun directly at start #241

Closed deathaxe closed 8 months ago

deathaxe commented 8 months ago

The removed code block caused stopTestRun() callback being executed directly after starting a test run.

This regression was introduced in py38 runner, only.