3 Commits

  • test: converge smoke checks into xunit suite
    - migrate remaining text and component smoke assertions into TinyTUI.Tests
    
    - remove legacy TextChecks and ComponentChecks projects from solution
    
    - update README test guidance to use the unified xUnit suite
  • feat: add settings list component
    - add SettingsList with search, value cycling and submenu delegation
    
    - add fuzzy filtering helper for settings search
    
    - cover settings list rendering and input behavior with regression tests
  • feat: add tui test infrastructure
    - add xunit regression project with virtual terminal output
    
    - cover text input overlay rendering and component checks