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.
In my config:
I want that all my testcase files are stored in
~/cp/testcasesdirectory 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"astestcases_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.