Skip to content

setUp and tearDown methods do not run (with context) for test groups #3

Description

@sethfitz

I have some test groups with setUp and tearDown methods defined for initialization and cleanup purposes. They run fine with vanilla nodeunit, but when I try to run them using rinuts, the wrapper methods aren't being called (and thus the tests are failing because they're not initialized properly).

When addressing this, we need to consider the possibility of nested test groups with wrapper methods at multiple levels.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions