-
-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Description
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
Labels
No labels