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

Add a convention for exposing APIs to tests #72

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Add a convention for exposing APIs to tests

    I had noticed that I was writing lots of comments like "Exposed for
    testing" and thought it would be useful to do something more consistent
    and lintable.
    
    I’ve gated the code for re-exposing APIs behind a #if DEBUG, to avoid
    bloating release builds. Now that there’s a divergence between the Debug
    and Release configuration, we should update CI to also build in the
    Release configuration; have created #68 for this.
    lawrence-forooghian committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af41348 View commit details
    Browse the repository at this point in the history