1 2 3 4 5 6 7 8
//! Integration tests for configuration. //! //! Covers: general settings, window management, environment variable //! substitution, allowlists, and startup directory resolution. mod config_env_tests; mod config_general_tests; mod config_window_tests;