competitest.nvim
competitest.nvim copied to clipboard
`testcases_directory` should be an absolute path rather than relative to current file.
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.
I have the same opinion. It's very inconvenient to store all testcases under CWD instead of a fixed directory.