We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b608ce7 commit 3d34129Copy full SHA for 3d34129
mutmut/__main__.py
@@ -687,6 +687,7 @@ def new_tests(self):
687
class PytestRunner(TestRunner):
688
def execute_pytest(self, params, **kwargs):
689
import pytest
690
+ params += ['--rootdir=.']
691
if mutmut.config.debug:
692
params = ['-vv'] + params
693
print('python -m pytest ', ' '.join(params))
0 commit comments