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

Refactor UDP Test Utils to be more flexible #50

Merged
merged 1 commit into from
May 11, 2020

Conversation

markmandel
Copy link
Contributor

Refactored the UDP test utilities, such that they return the message that is received, rather than expecting a standard "hello" message.

Since Filters will manipulate strings, we can't expect there to only be one string value that gets passed through when testing. So let's return it so we can test for values that are expected in the test.

Refactored the UDP test utilities, such that they return the message
that is received, rather than expecting a standard "hello" message.

Since Filters will manipulate strings, we can't expect there to only be
one string value that gets passed through when testing. So let's return
it so we can test for values that are expected in the test.
@markmandel markmandel added area/tests Unit tests, integration tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc labels May 6, 2020
@markmandel markmandel merged commit dcc8a72 into master May 11, 2020
@markmandel markmandel deleted the cleanup/test-functions branch May 26, 2020 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant