If I have a test which tries to open a file in the same directory as the test I normally do the following: ``` String certificateDatabase = Platform.script.resolve('pkcert').toFilePath(); ``` however that does not work with `test_runner` as it is copying the file to a temp directory.
If I have a test which tries to open a file in the same directory as the test I normally do the following:
however that does not work with
test_runneras it is copying the file to a temp directory.