Commit 8f0959a
committed
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.1 parent 19f6633 commit 8f0959a
1 file changed
Lines changed: 4 additions & 11 deletions
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 337 | + | |
| 338 | + | |
348 | 339 | | |
349 | 340 | | |
| 341 | + | |
| 342 | + | |
350 | 343 | | |
351 | 344 | | |
352 | 345 | | |
| |||
0 commit comments