Mock code to hopefully trigger test coverage failure
This commit is contained in:
parent
8f52d85f1a
commit
df3c4914b3
|
@ -159,3 +159,7 @@ def parse_list(value):
|
|||
elif value.startswith("'") and value.endswith("'"):
|
||||
values[i] = value[1:-1]
|
||||
return values
|
||||
|
||||
|
||||
def foo():
|
||||
raise NotImplementedError
|
||||
|
|
Loading…
Reference in a new issue