django/docs/internals/contributing
Marc Gibbons 070cbac0db
Restored multiprocessing concurrency on coverage.py settings
* Revert "Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it.""

This reverts commit 78da5ca0c1.

* Restored coverage multiprocess concurrency with threads

Investigating https://github.com/nedbat/coveragepy/issues/1585 revealed
that thread tracing gets disabled when passing
`concurrency = multiprocessing`. Adding `thread` restores it, and
ensures that the `auser()` is reported as covered since the test suite
uses `AsyncToSync` to execute this middleware (which spawns threads).
2023-04-27 17:02:55 -03:00
..
writing-code Restored multiprocessing concurrency on coverage.py settings 2023-04-27 17:02:55 -03:00
bugs-and-features.txt Refs DEP 12 -- Renamed TB to Steering Council wherever mentioned. 2022-12-20 09:10:59 +01:00
committing-code.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
index.txt Fixed #34324 -- Mentioned Discord server in contributing index. 2023-02-10 05:55:45 +01:00
localizing.txt Updated Django Transifex links. 2023-04-22 16:18:21 +02:00
new-contributors.txt Corrected various typos in contributing docs. 2022-06-30 11:09:06 +02:00
triaging-tickets.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
writing-documentation.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00