Closed alexandear closed 9 months ago
This PR refactors tests by changing to use T.TempDir instead of os.MkdirTemp. T.TempDir automatically removes the temporary directory.
T.TempDir
os.MkdirTemp
This PR refactors tests by changing to use
T.TempDir
instead ofos.MkdirTemp
.T.TempDir
automatically removes the temporary directory.