I have a package with many functions. I want to test all those functions simultaneously for error handling, because the error handling is common to those functions.
Is there a way to iterate over the imported functions within my test file?
I have a package with many functions. I want to test all those functions simultaneously for error handling, because the error handling is common to those functions.
Is there a way to iterate over the imported functions within my test file?