You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To filter which migration tests are executed, we can use the --exclude-migration-tests argument and blacklist unwanted tests.
It would be nice to have the opposite ability, and whitelist included tests
For example: --include-migration-tests TEST1 TEST2
I find it especially true when you start using django-migration-linter and the list of excluded tests is rather long.
The text was updated successfully, but these errors were encountered:
To filter which migration tests are executed, we can use the
--exclude-migration-tests
argument and blacklist unwanted tests.It would be nice to have the opposite ability, and whitelist included tests
For example:
--include-migration-tests TEST1 TEST2
I find it especially true when you start using django-migration-linter and the list of excluded tests is rather long.
The text was updated successfully, but these errors were encountered: