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

Remove renderer. #174

Merged
merged 4 commits into from
Nov 21, 2020
Merged

Remove renderer. #174

merged 4 commits into from
Nov 21, 2020

Conversation

jmalloc
Copy link
Member

@jmalloc jmalloc commented Nov 21, 2020

What change does this introduce?

This PR removes the render package by moving some of its content to the new report package. The render.Renderer interface has been removed completely.

What issues does this relate to?

Prepares for #162

Why make this change?

This interface was added early on with the expectation that testkit would need to render AggregateRoot and ProcessRoot values, and that the user would likely need to provide custom rendering logic to do so.

This need never eventuated (because it works against the goal of "blackbox" testing) so I have removed this code in the interest of simplicity.

Is there anything you are unsure about?

No

@jmalloc jmalloc merged commit 7ed508d into master Nov 21, 2020
@jmalloc jmalloc deleted the remove-test-renderer branch November 21, 2020 21:05
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.

1 participant