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

Add TAP compatible output. #3

Closed
wants to merge 7 commits into from
Closed

Add TAP compatible output. #3

wants to merge 7 commits into from

Conversation

QuLogic
Copy link
Contributor

@QuLogic QuLogic commented Aug 20, 2013

This adds an option to the test runner to output TAP compatible results. This will help when testing with automake.

Note, though, that this is based on my previous pull request, so you'll probably want to merge that one first.

TAP is the Test Anything Protocol [1], which can be used by automake to
print out more detailed testing results. Also see the specification [2].

[1] http://testanything.org/wiki/index.php/Main_Page
[2] http://podwiki.hexten.net/TAP/TAP.html?page=TAP
Instead of "<basedir>/path/to/spec/input.scss", print out
"path/to/spec" or just "<basedir>" if there's no subdirectories.
@michaek
Copy link
Contributor

michaek commented Sep 26, 2014

This can't be merged without conflicts now - sorry this was on the queue for so long! Do you want to take another look and see if you can update the PR so it can be merged? Thanks!

@mgreter
Copy link
Contributor

mgreter commented Dec 20, 2014

I have merged #173 which uses Minitap instead of implementing the output ourself!

@mgreter mgreter closed this Dec 20, 2014
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.

3 participants