split sync tests by behavior boundary

This commit is contained in:
Nanaloveyuki
2026-07-07 20:04:58 +08:00
parent e3097ba4fc
commit e5a048090f
31 changed files with 6251 additions and 6279 deletions
+17
View File
@@ -0,0 +1,17 @@
///|
// Sync facade tests were split by facade responsibility.
// Add new facade checks to the focused files in this package instead of
// growing this historical catch-all file again.
//
// Current layout:
// - library_logger_facade_test.mbt
// - library_logger_builder_test.mbt
// - parsed_library_logger_test.mbt
// - configured_logger_facade_test.mbt
// - application_logger_facade_test.mbt
// - parsed_application_logger_test.mbt
// - sync_parse_build_facade_test.mbt
// - BitLogger_test.mbt
// - text_formatter_test.mbt
// - file_sink_test.mbt
// - sink_graph_surface_test.mbt