Skip to content

_fixtures.py: Only get the normal number of threads at the start of session

Benjamin Schubert requested to merge bschubert/stricter-thread-checks into master

Description

This strengthen how we checks for threads leaking after the end of a test.

Previously, depending on the order of fixtures, we might or might not capture leaking tests

Merge request reports