napalm icon indicating copy to clipboard operation
napalm copied to clipboard

pytest wrapper should return None, not result

Open bewing opened this issue 1 year ago • 0 comments

While the wrapper does need the output of the wrapped function for processing, pytest complains for any test function that returns data.

Updates the wrapper function that processes mocked data to not return the wrapped function result.

Closes #2118

bewing avatar Jul 16 '24 18:07 bewing