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
The last 3 tests are very inconsistent. Sometimes all three assert on creates expected files. Sometimes only the last one, and sometimes they all go through. It even changes which file it says isn't there. After digging in the temp directory, all the files are actually there!
I believe this is due to how done is called in the helpers.run. On the consistent tests, it is done like:
When doing:
The last 3 tests are very inconsistent. Sometimes all three assert on
creates expected files
. Sometimes only the last one, and sometimes they all go through. It even changes which file it says isn't there. After digging in the temp directory, all the files are actually there!I believe this is due to how
done
is called in thehelpers.run
. On the consistent tests, it is done like:Where in the inconsistent ones, it is like:
I believe that the
run
method is async, sodone
is being called before it is really done, causing timing issues.There are also some errors in the later tests with which file it is expecting.
The text was updated successfully, but these errors were encountered: