Skip to content

Commit

Permalink
test: removed inline-snapshot param
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 24, 2024
1 parent a2973c8 commit 75ff91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutmut/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def new_tests(self):
class PytestRunner(TestRunner):
def execute_pytest(self, params, **kwargs):
import pytest
params+=["--rootdir=.","--inline-snapshot=disable"]
params+=["--rootdir=."]
#print(">","pytest",*params,kwargs)
exit_code = int(pytest.main(params, **kwargs))
if exit_code == 4:
Expand Down

0 comments on commit 75ff91f

Please sign in to comment.