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.
test_*.py
1 parent c8fd9f9 commit c388a99Copy full SHA for c388a99
mutmut/__main__.py
@@ -1018,13 +1018,12 @@ def read_config():
1018
also_copy=[
1019
Path(y)
1020
for y in s('also_copy', [])
1021
- ]+[
+ ] + [
1022
Path('tests/'),
1023
Path('test/'),
1024
- Path('tests.py'),
1025
Path('setup.cfg'),
1026
Path('pyproject.toml'),
1027
- ],
+ ] + list(Path('.').glob('test*.py')),
1028
max_stack_depth=s('max_stack_depth', -1),
1029
debug=s('debug', False),
1030
paths_to_mutate=[
0 commit comments