Skip to content
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

Support node-tap style subtests output. #31

Open
bengl opened this issue Dec 1, 2017 · 0 comments
Open

Support node-tap style subtests output. #31

bengl opened this issue Dec 1, 2017 · 0 comments

Comments

@bengl
Copy link
Owner

bengl commented Dec 1, 2017

e.g.

TAP version 13
1..2
ok 1 a good test
# Subtest: my subtest
    1..2
    ok 1 sounds good
    not ok 2 sounds bad
not ok 2 my subtest

or

TAP version 13
1..2
ok 1 a good test
not ok 2 my subtest {
    1..2
    ok 1 sounds good
    not ok 2 sounds bad
}
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

No branches or pull requests

1 participant