Skip to content

Synchronous tests and isolated tests #56

@joeldrapper

Description

@joeldrapper

We need a way to indicate that a test must run synchronously, meaning it is the only test running on the Ruby process from start to finish. Additionally, it would be great if we could mark tests as being isolated, meaning they would run in their own process fork and can't mess with the state of the test of the run.

This would be useful for tests that require dependencies for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions