Skip to content

Commit

Permalink
Fix test on Win10
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 17, 2022
1 parent 66b76ed commit 3f3c06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colorama/tests/initialise_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def assertNotWrapped(self):

@patch('colorama.initialise.reset_all')
@patch('colorama.ansitowin32.winapi_test', lambda *_: True)
@patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False)
def testInitWrapsOnWindows(self, _):
with osname("nt"):
init()
Expand Down

0 comments on commit 3f3c06a

Please sign in to comment.