Opened 6 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 Tobias Krönke)

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.

Change History (1)

comment:1 by Tobias Krönke, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top