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.
src
1 parent c388a99 commit ec387beCopy full SHA for ec387be
mutmut/__main__.py
@@ -135,6 +135,7 @@ def guess_paths_to_mutate():
135
136
137
def record_trampoline_hit(name):
138
+ assert not name.startswith('src.'), f'Failed trampoline hit. Module name starts with `src.`, which is invalid'
139
if mutmut.config.max_stack_depth != -1:
140
f = inspect.currentframe()
141
c = mutmut.config.max_stack_depth
0 commit comments