Closed pablogsal closed 1 year ago
Pytest shows a warning if we return something from the pytest_pyfunc_call wrapper as it interprets this as the test returning a value. We are incorrecly returning the pytest test result from the wrapper instead of whatever the test returns.
Closes: #60
Pytest shows a warning if we return something from the pytest_pyfunc_call wrapper as it interprets this as the test returning a value. We are incorrecly returning the pytest test result from the wrapper instead of whatever the test returns.
Closes: #60