cli/e2e/testutils
Sebastiaan van Stijn 081add2fc5
e2e/testutils: SetupPlugin: return path of directory
The gotest.tools `fs.NewDir` utility already sets up a `t.Cleanup`,
so we can treat it the same as `t.TempDir()` and let it handle
cleaning up by itself.

We should probably consider replacing some of this with `t.TempDir`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-06 10:57:01 +02:00
..
plugins feat: standardize error for prompt 2024-03-26 14:11:55 +01:00
plugins.go e2e/testutils: SetupPlugin: return path of directory 2025-08-06 10:57:01 +02:00