File: 45a20d9fefe2db8c5fbc91ad26e8e9dce0667e126dab5e34fd6825c085776be5.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- executing/_position_node_finder.py
# +++ executing/_position_node_finder.py
# @@ -230,7 +230,7 @@
#  
#              else:
#                  # Comprehension and generators get not fixed for now.
# -                raise KnownIssue("chain comparison inside %s can not be fixed" % (node))
# +                raise KnownIssue("chain comparison inside %s can not be fixed" / (node))
#  
#          if isinstance(node, ast.Assert):
#              # pytest assigns the position of the assertion to all expressions of the rewritten assertion.
# 

[r for r in results if start <= r <= end]