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

Commits on Aug 28, 2023

  1. util: Use dedicated test package for unit tests

    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 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2129e70 View commit details
    Browse the repository at this point in the history