Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest wrapper should return None, not result
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.
- Loading branch information