Skip to content

Commit 75ff91f

Browse files
committed
test: removed inline-snapshot param
1 parent a2973c8 commit 75ff91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutmut/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def new_tests(self):
693693
class PytestRunner(TestRunner):
694694
def execute_pytest(self, params, **kwargs):
695695
import pytest
696-
params+=["--rootdir=.","--inline-snapshot=disable"]
696+
params+=["--rootdir=."]
697697
#print(">","pytest",*params,kwargs)
698698
exit_code = int(pytest.main(params, **kwargs))
699699
if exit_code == 4:

0 commit comments

Comments
 (0)