Opened 7 years ago
Last modified 5 years ago
#28790 closed Cleanup/optimization
Provide a mixin to run certain test classes not in parallel — at Version 1
Reported by: | Tobias Krönke | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
In PR https://github.com/django/django/pull/9342 I propose to enable users to mark tests for non-parallel execution. In this way, they don't have to make sure, that all their tests are properly isolated. This is useful, if you work with other with external storages like e.g. solr and django-haystack.
Note:
See TracTickets
for help on using tickets.