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
We have a lot of tests marked unit tests that really aren't. Make sure we mark the true unit tests "unit", and the ones that are testing one functionality, but rely on external dependencies (like fake_ifdh stuff) as "unit-dependent" or something like that, if we don't want to call them "integration". That way, we can run the true unit tests in a github action until we can figure out how to mock certain external dependencies and make them true unit tests.
The text was updated successfully, but these errors were encountered:
We have a lot of tests marked unit tests that really aren't. Make sure we mark the true unit tests "unit", and the ones that are testing one functionality, but rely on external dependencies (like fake_ifdh stuff) as "unit-dependent" or something like that, if we don't want to call them "integration". That way, we can run the true unit tests in a github action until we can figure out how to mock certain external dependencies and make them true unit tests.
The text was updated successfully, but these errors were encountered: