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
Optimize test_delete_tmp_files by using single Docker executor
Reduce test runtime by ~10s by using one DockerCommandLineCodeExecutor
instance instead of two. The delete_tmp_files=False case is covered
implicitly by other tests using the module-scoped executor fixture.
0 commit comments