From 0f39ef656c73c3efd1f75e9086952f1ca155d1bc Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 9 May 2021 10:33:22 -0400 Subject: Reduce number of --color-only tests They are slow, and we don't expect color configuration to cause problems. --- src/tests/test_example_diffs.rs | 47 ----------------------------------------- 1 file changed, 47 deletions(-) diff --git a/src/tests/test_example_diffs.rs b/src/tests/test_example_diffs.rs index 60f28f9f..c6777fa6 100644 --- a/src/tests/test_example_diffs.rs +++ b/src/tests/test_example_diffs.rs @@ -854,13 +854,8 @@ src/align.rs &["--color-only", "--keep-plus-minus-markers"], &["--color-only", "--raw"], &["--color-only", "--syntax-theme", "Monokai Extended"], - &["--color-only", "--minus-style", "syntax bold auto"], - &["--color-only", "--zero-style", "red strike"], &["--color-only", "--plus-style", "red blink"], - &["--color-only", "--minus-emph-style", "red dim"], &["--color-only", "--minus-non-emph-style", "red hidden"], - &["--color-only", "--plus-emph-style", "red reverse"], - &["--color-only", "--plus-non-emph-style", "red bold ul"], &["--color-only", "--commit-style", "red bold ul"], &["--color-only", "--commit-style", "red bold box"], &[ @@ -881,48 +876,6 @@ src/align.rs "--hunk-header-decoration-style", "bold yellow box ul", ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-minus-style", - "#444444", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-zero-style", - "#444444", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-plus-style", - "#444444", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-left-format", - "{nm:>4}┊", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-right-format", - "{np:>4}│", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-left-style", - "blue", - ], - &[ - "--color-only", - "--line-numbers", - "--line-numbers-right-style", - "blue", - ], &["--color-only", "--file-modified-label", "hogehoge"], &["--color-only", "--file-removed-label", "hogehoge"], &["--color-only", "--file-added-label", "hogehoge"], -- cgit v1.2.3