-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A test running addendum? #42
Comments
That sounds to me like an implementation detail and an unspecifiable requirement at the same time.
(Envvars are great in a CI environment or similar, but they suck if you're distributing tests with a public project. Now you have to try and find a way to ensure that everyone who runs the tests has the right variables set in their environment — which won't happen. Whereas, if you can check in a config file that the producer will automatically pick up, problem solved.) For exit codes, the spec already says (In §Harness Behavior):
Which I think is appropriately vague, in the same "different approaches for different scenarios" way. |
Currently we're only describing the TAP stream and nothing around it. I think it may be useful to also (probably separate from the main document?) to write something about running the programs that output TAP. In particular
TAP_VERSIONS=14,13,12
)The text was updated successfully, but these errors were encountered: