Skip to content

Commit e65d724

Browse files
committed
Also ignore color in the CLI test case
1 parent a220442 commit e65d724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sqlite3/test_cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
)
1414

1515

16+
@force_not_colorized_test_class
1617
class CommandLineInterface(unittest.TestCase):
1718

1819
def _do_test(self, *args, expect_success=True):

0 commit comments

Comments
 (0)