Skip to content

Commit

Permalink
Force color output on test run
Browse files Browse the repository at this point in the history
  • Loading branch information
prusse-martin committed Nov 10, 2023
1 parent 72d7b81 commit 79f136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def docs(ctx, python_version=None):
@invoke.task
def test(ctx):
print_message('test'.format(), color=Fore.BLUE, bright=True)
cmd = 'pytest --cov=qmxgraph --timeout=30 -v --durations=10'
cmd = 'pytest --cov=qmxgraph --timeout=30 -v --durations=10 --color=yes'

import subprocess

Expand Down

0 comments on commit 79f136f

Please sign in to comment.