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

test_runner: add t.after() hook #45792

Closed
wants to merge 2 commits into from
Closed

test_runner: add t.after() hook #45792

wants to merge 2 commits into from

Commits on Dec 8, 2022

  1. test_runner: don't use a symbol for runHook()

    This is not exposed to userland, so there is no need to put it
    behind a symbol.
    cjihrig committed Dec 8, 2022
    Copy the full SHA
    19c953b View commit details
    Browse the repository at this point in the history
  2. test_runner: add t.after() hook

    This commit adds an after() hook to the TestContext class. This
    hook can be used to clean up after a test finishes.
    cjihrig committed Dec 8, 2022
    Copy the full SHA
    f220bd6 View commit details
    Browse the repository at this point in the history