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

Subtests order/format change as of v4.3 #57

Open
beatngu13 opened this issue Mar 18, 2019 · 0 comments
Open

Subtests order/format change as of v4.3 #57

beatngu13 opened this issue Mar 18, 2019 · 0 comments
Milestone

Comments

@beatngu13
Copy link

I think I'm facing an issue that might be related to #56. With v4.2.1, TapProducer#dump(TestSet) resulted in something like:

1..2
ok 1 Some test case 0
    1..3
    ok 1 Some action
    ok 2 Some action
    ok 3 Some action
ok 2 Some test case 1
    1..3
    ok 1 Some action
    ok 2 Some action
    ok 3 Some action

Whereas as of v4.3, the result is:

1..2
    1..3
    ok 1 Some action
    ok 2 Some action
    ok 3 Some action
ok 1 Some test case 0
    1..3
    ok 1 Some action
    ok 2 Some action
    ok 3 Some action
ok 2 Some test case 1

It looks like this is caused by a34d494 as this change is also reflected in the test class TestIssue3504508.

I'm not that familiar with TAP in general, but I assume this is somewhat related to TestAnything/Specification#2?

I just wonder which order/format is "correct"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants