2
0
Fork 0

Mock code to hopefully trigger test coverage failure

This commit is contained in:
Lance Edgar 2023-10-30 00:51:52 -05:00
parent 8f52d85f1a
commit df3c4914b3

View file

@ -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