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: introduce SetUpTestCase/TearDownTestCase #18558

Closed
wants to merge 4 commits into from

Commits on Feb 5, 2018

  1. test: introduce SetUpTestCase/TearDownTestCase

    This commit add SetUpTestCase and TearDownTestCase functions that will
    be called once per test case. Currently we only have SetUp/TearDown
    which are called for each test.
    
    This commit moves the initialization and configuration of Node and V8 to
    be done on a per test case basis, but gives each test a new Isolate.
    danbev committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    5f364ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3800d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdfd826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad04fb9 View commit details
    Browse the repository at this point in the history