Skip to content

Run Unit Tests before Integration Tests #309

@JakeTheCorn

Description

@JakeTheCorn

It would be nice if there were a way to run unit tests before integration tests, or even only unit tests or integration tests.

unit test, at least in the Django app I'm working on, would be defined as a subclass of unittest.TestCase but not of TransactionTestCase.

This would allow users to run more tests more often by virtue of moving unit-tests to an earlier phase, and integration tests to a later one.

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