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

Renderer tests #534

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Renderer tests #534

merged 2 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Add renderer test cases

    In the future, I would like to improve the way we handle some of the
    rendering, so the first step is to ensure we have some proper test cases
    to check for when rendering changes.
    
    Most of this is updates for test cases, but also add a minor new route
    as part of a future cleanup of the public api routes.
    kfdm committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8448517 View commit details
    Browse the repository at this point in the history
  2. Add a disabled exporter to our test case

    To ensure that disabled exporters are not rendered, we want to update
    our fixture with a disabled exporter, and ensure the rest of the tests
    still work.
    kfdm committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5df9f4e View commit details
    Browse the repository at this point in the history