We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2973c8 commit 75ff91fCopy full SHA for 75ff91f
mutmut/__main__.py
@@ -693,7 +693,7 @@ def new_tests(self):
693
class PytestRunner(TestRunner):
694
def execute_pytest(self, params, **kwargs):
695
import pytest
696
- params+=["--rootdir=.","--inline-snapshot=disable"]
+ params+=["--rootdir=."]
697
#print(">","pytest",*params,kwargs)
698
exit_code = int(pytest.main(params, **kwargs))
699
if exit_code == 4:
0 commit comments