SublimeText / UnitTesting

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

Refactor condition_timeout default value handling #242

Closed deathaxe closed 8 months ago

deathaxe commented 8 months ago
  1. Add proper __init__() methods to pass condition_timeout argument to newly created instances.
  2. Use self.condition_timeout() as default in _wait_condition() argument list.

This adds a some more lines of code but is a more compliant solution for how to handle additional parameters for inherited classes.