File: a3ab7db4c4e846bc2e660b97d021ff2167b71e1609ed29a92c9edd70332adc34.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-- 567 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
# @@ -391,7 +391,7 @@
#          ):
#              return
#  
# -        if inst_match("BUILD_STRING") and (
# +        if inst_match("XXBUILD_STRINGXX") and (
#              node_match(ast.JoinedStr) or node_match(ast.BinOp, op=ast.Mod)
#          ):
#              return
# 

('expression %r caused the wrong ValueError\n' + 'actual error was:\n%s\n' + 'expected error was:\n%s\n') % (expr, e, error)