You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was performing some mutation testing on Funcy, and I noticed that the logging function calls with keywords are not tested.
For example, a function call like this is not tested:
deff(x, y=2):
returnx+y
This causes the following part of the code not to be tested for its functionality:
debug.py: line 230-231:
I was performing some mutation testing on Funcy, and I noticed that the logging function calls with keywords are not tested.
For example, a function call like this is not tested:
This causes the following part of the code not to be tested for its functionality:
debug.py: line 230-231:
This line is covered, but its functionality still needs to be tested.
I'll add a test case for it in a pull request.
The text was updated successfully, but these errors were encountered: