Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup the RenderTestResult interface after introducing WorkflowOutput. #78

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

zach-klippenstein
Copy link
Collaborator

After #49 made outputs nullable, and introduced new RenderTestResult
methods to handle nullable outputs (verifyActionState, verifyActionOutput,
and verifyNoActionOutput), #64 came along and introduced a dedicated
type for nullable outputs, WorkflowOutput. This type means that we can
revert the RenderTestResult changes made in #49 and return to the simpler
API with only verifyAction and verifyActionResult methods. This change
does exactly that.

@zach-klippenstein zach-klippenstein added this to the v1.0.0 milestone Jun 29, 2020
@zach-klippenstein zach-klippenstein requested a review from a team as a code owner June 29, 2020 03:52
@zach-klippenstein
Copy link
Collaborator Author

cc @bencochran

After #49 made outputs nullable, and introduced new `RenderTestResult`
methods to handle nullable outputs (`verifyActionState`, `verifyActionOutput`,
and `verifyNoActionOutput`), #64 came along and introduced a dedicated
type for nullable outputs, `WorkflowOutput`. This type means that we can
revert the `RenderTestResult` changes made in #49 and return to the simpler
API with only `verifyAction` and `verifyActionResult` methods. This change
does exactly that.
@zach-klippenstein zach-klippenstein force-pushed the zachklipp/cleanup-rendertestresult branch from d59444a to efe8710 Compare June 29, 2020 15:01
@zach-klippenstein zach-klippenstein merged commit 4455981 into main Jun 29, 2020
@zach-klippenstein zach-klippenstein deleted the zachklipp/cleanup-rendertestresult branch June 29, 2020 16:34
zach-klippenstein added a commit that referenced this pull request Feb 4, 2021
Fix the samples not being full-size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants