Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 26, 2024
1 parent e711687 commit 4f09b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mutmut/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ def execute_pytest(self, params, **kwargs):
import pytest
if mutmut.config.debug:
params = ['-vv'] + params
print('pytest: ', params, kwargs)
exit_code = int(pytest.main(params, **kwargs))
if exit_code == 4:
raise BadTestExecutionCommandsException(params)
Expand Down

0 comments on commit 4f09b38

Please sign in to comment.