mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 08:17:53 +01:00
- Updated all tests to use app.Init("fake") instead of Init() without driver
- Implemented IDisposable pattern with GetApp() helper for proper cleanup
- Refactored tests to use app.Begin/End instead of blocking app.Run
- Fixed type issues (SessionToken vs RunnableSessionToken)
- 9 of 16 tests now pass; 7 lifecycle tests need further refinement
Co-authored-by: tig <585482+tig@users.noreply.github.com>