competitest.nvim icon indicating copy to clipboard operation
competitest.nvim copied to clipboard

`testcases_directory` should be an absolute path rather than relative to current file.

Open JDeepD opened this issue 8 months ago • 1 comments

In my config:

        testcases_directory = "~/cp/testcases",

I want that all my testcase files are stored in ~/cp/testcases directory otherwise it is clumsy to have testcase files lying around in different directories. But since it is relative to current file path, when I put "~/cp/testcases" as testcases_directory, it creates a directory of that structure in the current directory which is counter-intuitive. It SHOULD use the absolute path and store all testcases there.

JDeepD avatar Aug 16 '25 16:08 JDeepD

I have the same opinion. It's very inconvenient to store all testcases under CWD instead of a fixed directory.

MY7Htz5S1 avatar Sep 04 '25 15:09 MY7Htz5S1