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

Implements TAP TODO directive #254

Merged
merged 1 commit into from
Feb 5, 2019
Merged

Conversation

ronkorving
Copy link
Contributor

@ronkorving ronkorving commented Feb 14, 2016

Closes #219 as discussed with @awlayton

@ljharb
Copy link
Collaborator

ljharb commented Feb 14, 2016

Please revert all the whitespace changes - that's a part of this project's style.

@ljharb
Copy link
Collaborator

ljharb commented Feb 14, 2016

@ronkorving wrt test/comment.js failing - what version of node are you using? It passes for me on my OSX machine.

@ronkorving
Copy link
Contributor Author

I've tried on both Node 4.3.0 and 5.6.0, and comment.js fails. I'll make a separate issue in a bit. (update: see #255)

Re. whitespace, it may be useful then to add a http://editorconfig.org file. That would make it much easier to contribute.

@ronkorving
Copy link
Contributor Author

All whitespace changes have been reverted.

@axit-joost
Copy link

As mentioned in #219 , a very warm and welcome +1 for this.

@ljharb
Copy link
Collaborator

ljharb commented Feb 17, 2016

(fixed the test/comment.js tests in 40be685 btw)

@ronkorving
Copy link
Contributor Author

Appreciated :) (to both of you)

@awlayton
Copy link

Shouldn't you also add a test.todo since there is a test.skip?

test/todo.js Outdated
)
}));

test("success", function (t) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please stick with single-quoted strings, for consistency (same below)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happily :) I think I saw some test names with double quotes elsewhere so kinda went with that. Wasn't really sure what was expected tbh.

@ljharb
Copy link
Collaborator

ljharb commented Feb 18, 2016

+1 on test.todo (and the associated documentation)

@gabrielcsapo
Copy link
Contributor

👍

@ljharb ljharb added needs "allow edits" PR needs "allow edits" checked semver-minor: new stuff Any additions. labels Jan 28, 2019
@ljharb

This comment has been minimized.

@ronkorving

This comment has been minimized.

@ljharb ljharb force-pushed the todo branch 3 times, most recently from 1d60924 to 5cdaf54 Compare February 5, 2019 01:09
@ljharb ljharb removed the needs "allow edits" PR needs "allow edits" checked label Feb 5, 2019
@ljharb ljharb merged commit 5cdaf54 into tape-testing:master Feb 5, 2019
@ronkorving ronkorving deleted the todo branch February 7, 2019 01:53
ljharb added a commit that referenced this pull request Feb 9, 2019
[New] Implements TAP TODO directive (#254)
[New] add alias 'notDeepEquals' to 'notDeepEqual' function (#411)

[Fix] fix premature end of tests (and running sibling tests) when test includes subtests (#403, #222)
[Fix] only use one test runner for results, even if multiple streams are created (#404, #361, #105)
[Fix] windows: Show failure location even if driver letter is lowercase (#329)

[Docs] link to mixed tape (#445)
[Docs] Add electron-tap (#240)
[Docs] Add tape-promise into 'other' (#210)
[Docs] Mention [`flip-tape`](https://github.com/pguth/flip-tape/blob/master/README.md) in the section "other". (#359)
[Docs] Add an alternative ES6 tape runner (#328)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants