par-term 0.37.1

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
1
2
3
4
5
6
7
//! Integration tests for profile management.
//!
//! Covers: ProfileDrawerUI component, ProfileModalUI component,
//! ProfileManager, builder, validation, and serialization.

mod profile_drawer_tests;
mod profile_modal_tests;