Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Should .test_info.json be left on disk? #255

Closed JRaspass closed 2 years ago

JRaspass commented 2 years ago

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?