summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-11-19-11-57.gh-issue-109276.qxI4OG.rst
blob: cf4074b2fe23ccb35a2a7a9f6d4c7c348b8632fc (plain)
1
2
3
4
5
6
libregrtest now calls :func:`random.seed()` before running each test file
when ``-r/--randomize`` command line option is used. Moreover, it's also
called in worker processes.  It should help to make tests more
deterministic. Previously, it was only called once in the main process before
running all test files and it was not called in worker processes.  Patch by
Victor Stinner.