Skip to content

TAP diagnostic should go into <system-out/>#30

Open
dotmpe wants to merge 3 commits into
aghassemi:masterfrom
dotmpe:master
Open

TAP diagnostic should go into <system-out/>#30
dotmpe wants to merge 3 commits into
aghassemi:masterfrom
dotmpe:master

Conversation

@dotmpe

@dotmpe dotmpe commented Jan 19, 2021

Copy link
Copy Markdown

The default UseCommentsAsTestNames feature is non-standard.
For standard TAP output (http://testanything.org/) like produced by
Bats, comments indicate diagnostic output and without it essential
information about the test case is missing. It should be added to the
report grouped together with the assertion that produced it.

The change needed is fairly trivial. A CLI flag --oneAssertionPerTestCase is
created to enable the behaviour.

The default UseCommentsAsTestNames feature is non-standard.
For standard TAP output (http://testanything.org/) like produced by
Bats, comments indicate diagnostic output and without it essential
information about the test case is missing. It should be added to the
report grouped together with the assertion that produced it.

The change needed is fairly trivial. A CLI flag ``--oneAssertionPerTestCase`` is
created to enable the behaviour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant