SublimeText / UnitTesting

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

Improve DeferrableViewTestCase #249

Closed deathaxe closed 8 months ago

deathaxe commented 8 months ago
  1. adds docstrings to briefly describe test case usage
  2. restores preferences after closing view
  3. provides basic default settings to apply to a test view via view_settings.

    Functionality, which alters content in maybe unexpected or indirect ways, may cause unwanted side effects.