@@ -11,9 +11,7 @@ use commitbee::domain::{ChangeStatus, CodeSymbol, CommitType, FileCategory, Symb
1111use commitbee:: services:: context:: ContextBuilder ;
1212use helpers:: { make_file_change, make_staged_changes} ;
1313
14- // ---------------------------------------------------------------------------
15- // Helpers
16- // ---------------------------------------------------------------------------
14+ // ─── Helpers ─────────────────────────────────────────────────────────────────
1715
1816fn default_config ( ) -> Config {
1917 Config :: default ( )
@@ -36,9 +34,7 @@ fn make_symbol(
3634 }
3735}
3836
39- // ---------------------------------------------------------------------------
40- // CommitType inference
41- // ---------------------------------------------------------------------------
37+ // ─── CommitType inference ─────────────────────────────────────────────────────
4238
4339#[ test]
4440fn infer_type_all_docs ( ) {
@@ -160,9 +156,7 @@ fn infer_type_small_change_is_fix() {
160156 ) ;
161157}
162158
163- // ---------------------------------------------------------------------------
164- // Scope inference
165- // ---------------------------------------------------------------------------
159+ // ─── Scope inference ─────────────────────────────────────────────────────────
166160
167161#[ test]
168162fn infer_scope_single_module ( ) {
@@ -192,9 +186,7 @@ fn infer_scope_none_for_mixed_modules() {
192186 ) ;
193187}
194188
195- // ---------------------------------------------------------------------------
196- // Prompt output
197- // ---------------------------------------------------------------------------
189+ // ─── Prompt output ───────────────────────────────────────────────────────────
198190
199191#[ test]
200192fn prompt_includes_symbols_when_present ( ) {
@@ -256,9 +248,7 @@ fn prompt_omits_symbols_when_empty() {
256248 ) ;
257249}
258250
259- // ---------------------------------------------------------------------------
260- // Budget management
261- // ---------------------------------------------------------------------------
251+ // ─── Budget management ───────────────────────────────────────────────────────
262252
263253#[ test]
264254fn prompt_respects_budget ( ) {
@@ -286,9 +276,7 @@ fn prompt_respects_budget() {
286276 ) ;
287277}
288278
289- // ---------------------------------------------------------------------------
290- // FileCategory classification
291- // ---------------------------------------------------------------------------
279+ // ─── FileCategory classification ─────────────────────────────────────────────
292280
293281#[ test]
294282fn file_category_source ( ) {
@@ -367,9 +355,7 @@ fn file_category_build() {
367355 }
368356}
369357
370- // ---------------------------------------------------------------------------
371- // Additional CommitType inference
372- // ---------------------------------------------------------------------------
358+ // ─── Additional CommitType inference ──────────────────────────────────────────
373359
374360#[ test]
375361fn infer_type_more_deletions_is_refactor ( ) {
@@ -407,9 +393,7 @@ fn infer_type_default_fallback_is_feat() {
407393 ) ;
408394}
409395
410- // ---------------------------------------------------------------------------
411- // Additional budget and truncation
412- // ---------------------------------------------------------------------------
396+ // ─── Additional budget and truncation ─────────────────────────────────────────
413397
414398#[ test]
415399fn symbols_budget_truncation ( ) {
@@ -465,9 +449,7 @@ fn skip_content_lock_files() {
465449 ) ;
466450}
467451
468- // ---------------------------------------------------------------------------
469- // Additional scope inference
470- // ---------------------------------------------------------------------------
452+ // ─── Additional scope inference ──────────────────────────────────────────────
471453
472454#[ test]
473455fn scope_from_packages_prefix ( ) {
@@ -486,9 +468,7 @@ fn scope_from_packages_prefix() {
486468 ) ;
487469}
488470
489- // ---------------------------------------------------------------------------
490- // Additional FileCategory classification
491- // ---------------------------------------------------------------------------
471+ // ─── Additional FileCategory classification ──────────────────────────────────
492472
493473#[ test]
494474fn file_category_other ( ) {
@@ -501,9 +481,7 @@ fn file_category_other() {
501481 ) ;
502482}
503483
504- // ---------------------------------------------------------------------------
505- // Multi-file diff truncation
506- // ---------------------------------------------------------------------------
484+ // ─── Multi-file diff truncation ──────────────────────────────────────────────
507485
508486#[ test]
509487fn diff_truncation_multiple_files ( ) {
0 commit comments