You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doubt it, wanted to know to lookup the API for getting the thread ID so each thread can create their own unique test/build directory, but that has complications, so I think it makes more sense to do the approach you sketched (each test copies the required files to a tempdir)
pytest --workes=auto test_micro.py
andpytest --workes=auto test_pe.py
fail.Given how long
test_pe.py
takes it would be nice to run it in parallel.The text was updated successfully, but these errors were encountered: