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 could also use a test runner to let the contributor verify his work before commit/push
downsides:
contributor must also know about the test runner (pytest, nox, unit, etc.)
actions need one more dependency: the test runner
advantages:
test semantics is a bit easier to understand: if the tests pass, the CI pipeline associated to the pull request is safe. This is somehow the expected semantics from a developer point of view (as opposed to a contributor )
we could also use a test runner to let the contributor verify his work before commit/push
downsides:
advantages:
@cmutel What do you think ?
The text was updated successfully, but these errors were encountered: