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
Write unit tests for all the code in the workflows.
Motivation and context
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened).
Implementation notes
Look through all the workflows.
Pull out any code.
Put them into functions in "utils/workflow".
Write Pester unit tests for them.
Verify that the workflows still work and that the unit tests pass.
Acceptance criteria
How do we know when this work is done?
Workflow could is successfully unit tested.
The text was updated successfully, but these errors were encountered:
james-garriss
added
the
epic
A high-level objective issue encompassing multiple issues instead of a specific unit of work
label
Nov 5, 2024
💡 Summary
Write unit tests for all the code in the workflows.
Motivation and context
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened).
Implementation notes
Look through all the workflows.
Pull out any code.
Put them into functions in "utils/workflow".
Write Pester unit tests for them.
Verify that the workflows still work and that the unit tests pass.
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: