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

util: Use dedicated test package for unit tests #772

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Aug 28, 2023

This uses a dedicated test package as opposed to including tests as part
of the same util package.

The idea with this pattern is that it allows us to test how a regular
test implementation would actually use the functions. It also, deters
us from testing specifics within the implementations which is not ideal.

This uses a dedicated test package as opposed to including tests as part
of the same `util` package.

The idea with this pattern is that it allows us to test how a regular
test implementation would actually use the functions. It also, deters
us from testing specifics within the implementations which is not ideal.
@JAORMX JAORMX merged commit a9c360b into main Aug 29, 2023
13 checks passed
@JAORMX JAORMX deleted the test-packages branch August 29, 2023 04:51
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