You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(internal): add shared option/type helpers for test framework
Introduce reusable internal utilities for option parsing, type naming,
nil checks, and testframe behavior helpers.
- add 'is-nil' helper and 'optiontype' type definitions
- add 'separate-options' parsing with tests
- add 'type-name' and 'with-string-as-on-failure' helpers with tests
- add testframe 'is-parallel' support and expand stack tests
- update testcase runner/testframe integration to use new internals