Test for specific errors and warnings
Don't use expect_error
or expect_warning
without an error message to test against. Else it is not clear if that specific error happened or if the function stopped because of another problem.
Don't use expect_error
or expect_warning
without an error message to test against. Else it is not clear if that specific error happened or if the function stopped because of another problem.
changed title from Test for specific errors to Test for specific errors and warnings
changed the description
changed milestone to %v2.0
added in progress label
mentioned in commit 51c9542a
removed in progress label
closed via merge request !3 (merged)