Fix test_results intermittent errors issue
1.12.5 - 2021-05-21
Overview
Fix #130
The test_run
fixture would check for the test_results
directory and create it and its subdirectories if needed. However, the previous implementation was not thread-safe and was subject to multiple race conditions.
This should be fixed now that we're using Path
from the pathlib
module