I was surprised that running the latest yath test with the new resources subcommand leaves a file in whichever directory I happen to be in that git obviously picks up.
The output of the resources subcomamnd when there's no such file implies that the file should only be there when there's a persistent runner or a test run is currently happening, could we remove the file after yath test completes? (any exit code):
$ yath resources
No persistent runner, and no running test found.
Failing that can we control this "feature" with a flag so I can turn it off in my .yath.rc?
I was surprised that running the latest
yath test
with the new resources subcommand leaves a file in whichever directory I happen to be in that git obviously picks up.The output of the resources subcomamnd when there's no such file implies that the file should only be there when there's a persistent runner or a test run is currently happening, could we remove the file after
yath test
completes? (any exit code):Failing that can we control this "feature" with a flag so I can turn it off in my
.yath.rc
?