Skip to content

Commit

Permalink
disable test coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Nov 23, 2023
1 parent 258d80d commit 239e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_icecream.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def testNoSourceAvailablePrintsMultiline(self):
self.assertEqual(pair, (None, ic.argToStringFunction(multilineStr)))

def testNoSourceAvailableIssuesExactlyOneWarning(self):
with captureStandardStreams() as (out, err):
with disableColoring(), captureStandardStreams() as (out, err):
with warnings.catch_warnings(record=True) as allWarnings:
eval('ic(a)')
eval('ic(b)')
Expand Down

0 comments on commit 239e420

Please sign in to comment.