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

Run Unit Tests before Integration Tests #309

Open
JakeTheCorn opened this issue Jul 30, 2020 · 0 comments
Open

Run Unit Tests before Integration Tests #309

JakeTheCorn opened this issue Jul 30, 2020 · 0 comments

Comments

@JakeTheCorn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant