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

Improve sensitivity of last two integration tests #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 16, 2023

  1. Improve sensitivity of last two integration tests

    Those tests were only checking that the output was nonempty, so they
    would pretty much never detect anything fishy. We could go further but
    it's nontrivial because the output is nondeterministic (because of
    temporary files) and it's unclear if we want to build complex regexes in
    the test suite right now. In the meantime, here's a basic improvement.
    bbc2 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e61b419 View commit details
    Browse the repository at this point in the history