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
use default parameters of the function and create input data as part of the unit test by coding. Test different input settings to enable the test of each of the errors, warnings and stops
use specific parameters individually and also test with different inputs to allow error/warnings for this particular part of the package.
So basically test every possible line of code of the package
Document that you have done this: create a codecov.yml file, which returns a certificate of how much of your code was tested by unit testing (X%)
The text was updated successfully, but these errors were encountered:
This is important and should be good practice!
This is done for each function:
Document that you have done this: create a codecov.yml file, which returns a certificate of how much of your code was tested by unit testing (X%)
The text was updated successfully, but these errors were encountered: