Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tapjs/tapjs

Test Anything Protocol tools for node
https://github.com/tapjs/tapjs

Add skip reasons to output, update docs to v1 behavior

cdae76ce31ede81b255d776700d2aa8282534317 authored almost 10 years ago
Remove unused deps: minimist and readable-stream

68529b543ce9c32226545d5453a83918133428af authored almost 10 years ago
Massive rewrite to support nested child tests

This is a pretty massive breaking change for v1.0, and will form the
parser portion for node-tap...

c4e0246972fc343fcfbd55020e2bd9ce2dd064bc authored almost 10 years ago
Do not increment count until we're actually printing result

1781d5e923c603aca29eff91c9272bd1e6d3dd59 authored almost 10 years ago
add type (isa) assert

af0e088757ed29acebb4e69fa2a425355777400d authored almost 10 years ago
Add Test.passing() to check if we've hit any failures yet

This allows for early termination in the line-by-line test output test,
where a mismatch means p...

7ef6b1e5c5b7bc83032c434d7274e966c95acf00 authored almost 10 years ago
Slimmer comments at end of tests

83b9821bd119beb63ad8076f5d89e435e25b4aa7 authored almost 10 years ago
script to re-generate test tests

4ddf38976c8dcaebe0c59d2084369b6d5c2d29ec authored almost 10 years ago
Test.spawn function

3b858929d6ac548b031ca4f74e6f390b147f234f authored almost 10 years ago
More refinements and tests of error throwing

47b0a5b328cf3eb015f43e8111f6107fdbf6ff2e authored almost 10 years ago
Getting closer to proper error throwing handling

7f8bda0c5ca2534aedb4408a6c5e7df0da62f08f authored almost 10 years ago
Add fancy asserts, addAssert plugin method

09039ea129cc09dd1346d4b3849c2ac3db48b7c8 authored almost 10 years ago
test for error handling, and simplify root test object

3e9c5598d21d8427ad4263586f14bc2c25c94c12 authored almost 10 years ago
Support console.log() style args in t.comment()

6d8958ab8ae9d5206343cb78f6dca7637db1767d authored almost 10 years ago
Use domains to handle errors

c0ac9c64b2eeabf4c334606003baade7ab06e20d authored almost 10 years ago
add bin for parsing tap

cd958dafe0f4646a99594c239bc86a40e9e627aa authored almost 10 years ago
the root test singleton

3952997b18ae06c9ab1a52203c72ecdb9f58c4e0 authored almost 10 years ago
add basic test class to generate tap

e491360e43553dd847fcc95f80f49ce815c3f7ba authored almost 10 years ago
consumer: remove unused 'ending' var

5a787d4aeca9c1d399e851ada97823b8011b8d3c authored almost 10 years ago
consumer: simplify todo/skip object parsing

0c86105fe98f51881ac5cffe1251e61b6c047dfb authored almost 10 years ago
description in readme

6da0020c80a2d21e53091a5cedc1836ccdabd1e3 authored almost 10 years ago
consumer: set parent ok to false if child is not ok

ec8c336cf6bc48ad3042a7e7172623b587d15a5a authored almost 10 years ago
use standard for code formatting

5c8d6c63869f1655036cc5b12e5543ac1defd5eb authored almost 10 years ago
more consumer tests with confusing child/yamlish stuff

942468eb041300150bafc4fcbe7e1117d580e6e9 authored almost 10 years ago
Consumer class that can parse child indented sections

This class does some minimal validity checking, but not much. It'll
still be on the runner to d...

c3dfa33f4c9b731d2086a9ed8889f5ca84ab7ebe authored almost 10 years ago
v0.7.1

276ac5972315a85963982900b42ffafcdeb60fb7 authored almost 10 years ago
don't count TODO failures as fatal

This builds on the behaviour and test introduced in #112, extending
it to cover TAP's other dire...

8d705c72c721b1ca8f146679ed22b7acef90fc8f authored almost 10 years ago
don't print 'undefined' for unexplained skip/todo

Support for directive explanations was added in #98 but it was only
being applied to TAP input, ...

900774a897888d4eeb59f1111b452680d942d7ad authored almost 10 years ago
v0.7.0

b8ce801ece7ddd41bf0d14f8f70188e03bae68f8 authored almost 10 years ago
Show todo count in summary view

Same general format as 'skipped: N'

0142675cfe5620e970ca81ee59c5f84040363982 authored almost 10 years ago
Fix 'undefined' skip count in summary

3ae1dbc2b319360cc5debf3de885af667632465e authored almost 10 years ago
package.json: use http git protocol

d63fddc10936f9f376d91c0db9788dda9f958a34 authored almost 10 years ago
v0.6.0

7893b00421a116541a12d04d0be9b8eabc56b1b1 authored almost 10 years ago
Update timeout signal test for node > 0.10

31af4150310d3419f4fd4781e97cf5a6e9cc2f01 authored almost 10 years ago
Don't fail suite if a test skips

Resolves #110

14a3932f0bb3d582934b002d7fde9c6f20baa4b4 authored almost 10 years ago
Updated outdated deps

Fix #105

b830aeb411df00638897eece6b81b34f411e2012 authored almost 10 years ago
Fix expose-gc test

It wasn't actually testing anything.

Close #79
Close #104

c3120030c315abbcb782aa83a7636af9426f8754 authored almost 10 years ago
Nested async tests when plan announced

cb3e353504aaaa98e1cecd1a86099bf2bdaae5c9 authored almost 10 years ago
support 'use strict'

Closes #101, but with test

e47324d45ef3219086f6e86f35489dbaf283c9f6 authored almost 10 years ago
runner: Support test/test-* including non-js files

When falling back on the "is it executable" test for files that don't
end in .js or .coffee, fil...

9b33a5c2e172ecf3c724b2dc7fa5e574870e97da authored almost 10 years ago
Include explanations for TODOs and SKIPs

8a876ec7d46e34a7efbe88c59cb75875d75af0da authored almost 10 years ago
upgrade glob

d098974523615f16e2af2ace2efb6466c3f66c20 authored almost 10 years ago
Support for strictDeepEquals, with unit test, dependecy and README update.

bf060318ac8f7076b3d329dbc5aa637fd4370011 authored almost 10 years ago
Fixed tests in 0.12 / iojs

0.12 and iojs are printing “Debugger” instead of “debugger”

07685fdda293bb4e5535d11a7f779d18f96da623 authored about 10 years ago
v0.5.0

3a56a2901e458128e36c069159d5713f0a8ef947 authored about 10 years ago
de-todo result-trap test

This actually works, not sure why it was disabled.

2442e2a0982571cc1523f985821edf722077df28 authored about 10 years ago
Always exit 0 or 1 based on test result

A regression was causing tap to exit with a code of 0, even
if there were failing tests.

This i...

d3ed42634288278d048972a8fe269f9c404e59c1 authored about 10 years ago
v0.4.13

6ae608ce80da71e96fe58fb56fd693854343e513 authored over 10 years ago
no need to bundle deps

Especially deps that aren't deps!

5202fd5cf80e46fe1d9bfc267676fd5f476c17b3 authored over 10 years ago
Fix tests on linux

Fix #97

92774c1a050a0bfdd36ffdcb85950feca66830a8 authored over 10 years ago
v0.4.12

a444c755a981997d8934648b3e165a738b07780d authored over 10 years ago
allow mkdirp 0.4 and 0.5

c82d913e6c68e17e7cac4da47b698c4808ed708b authored over 10 years ago
0.7.0

b80725adc41e9ce88a3a90fac5bc4e714fa8be9f authored over 10 years ago
--version

7d601a767674969285efe4c3b01322fc58eecb9d authored over 10 years ago
0.6.2

b48ea786e8cb3d27fcef86540001fca49638e85d authored over 10 years ago
can't close stdout

7d63050fbe5a8b9e2390bf4f116b3a391be9ff75 authored over 10 years ago
0.6.1

db5ecaf3ad772326a3c6c1aec0363ef61faf7327 authored over 10 years ago
fix error with exit codes

a501bec690f14645bbfc5f2df305885c40050ec0 authored over 10 years ago
0.6.0

a1fc3f2c8f6e9d0eba19d03d174c983ff238942a authored over 10 years ago
usage in the readme

89b7f63a14b06348a3dec4e9d70485a909fb29dc authored over 10 years ago
with usage

f1952ad9dac874d45f0f46202b455c63ad080f14 authored over 10 years ago
command yay

3da0dca0bcd1bdc8c14e2e04d118c671c41ef665 authored over 10 years ago
v0.4.11

1f89f6006f3f0ad485fa278a37870e355c4d9d2d authored over 10 years ago
Infer node location from process.execPath

44f5bcf148dbc47e9f74f742d96de8bcd06a75d4 authored over 10 years ago
v0.4.10

c80f11f8ba0299471d82b657fe7c7158969be5ef authored almost 11 years ago
allow setting TAP_STDERR=0 to suppress stderr

15811175ae3f341b094cf9ac3848ec3c877ecc71 authored almost 11 years ago
v0.4.9

6cd407488aad579f5c92cdc3a4ac650584d6fb4d authored almost 11 years ago
passthrough stderr by default

1f63b896c6c7e1c7c2010b856ef94c8621faecfb authored almost 11 years ago
0.5.0

2d191b5cf3a221caea08bb9676dbcaa5ac5e5ade authored almost 11 years ago
Allow numbers to be omitted

53249fedd86eb6483997dd272291ec5d98623656 authored almost 11 years ago
failing implicit counter test

1b8d15adabbc74264cbf6da36c696783bd935225 authored almost 11 years ago
passthrough stderr when TAP=1

8afa9039d45cfdb4fe8f0b2296fde9097c015b33 authored almost 11 years ago
upgrade readable-stream for hopefully better IE support

d0be05aaff9fb50722be9ea324bb9ec047c5b4fb authored almost 11 years ago
0.4.2

e4ed54ddb7626b9130e74cf87d473887479715b0 authored almost 11 years ago
add back 0.8 to travis

da12c549cff3a7613692178b7b000fbe9f111248 authored almost 11 years ago
added readable-stream for 0.8 compat

adac0c943f34dafadeb66561e8821da821f7d626 authored almost 11 years ago
v0.4.8

22e75b97fda6cb31bd1389812650b396a1c45f90 authored about 11 years ago
fix; command field in tap output not valid

Currently this fails:

not ok 1 test/settings/settings-test.js
---
exit: 143
timed...

3c2794e4b3d7523ce797afed520e04f0fde66060 authored about 11 years ago
v0.4.7

fdd39951d3432b657fd96a8bc264a836a56dc8d5 authored about 11 years ago
lib: don't assume 'node' is on the path

Use process.execPath to start the test runner. Assuming there is a
node binary on the path some...

15c6632fb1bf9e0c85da1872656e91647ff6e16d authored about 11 years ago
another trailing comma

3abe2714d6ed4d0da73133d43a4f3d7417cc03d6 authored about 11 years ago
0.4.1

0b9dab812ff23947d1ec5cead494a5e80b4a944b authored about 11 years ago
down to ie6

75e17010c435ad13ca30a3bbf6645f9afd34f613 authored about 11 years ago
Remove trailing commas

0bf06f59f3093baf11429887ab6d8b576ffff1f5 authored about 11 years ago
drop 0.8

ca364ab02f5d451c1254ccb835426a943d94ed91 authored about 11 years ago
0.4.0

fa1d21400040a4b849ea16150f833df8e3977220 authored about 11 years ago
`extra` event

442de1f617fb7a0b7fc4d19db86a779710a9b660 authored about 11 years ago
0.3.0

44d6d973fe012f5e8c0a044de1d061b6dcb0028e authored about 11 years ago
update browser ranges

c2a0bfffd9e594613de86d430c8d9bea848fe5c4 authored about 11 years ago
passing all tests again

0dcb15c232f83e16c8ace13d67ab37c58bc8fb4a authored about 11 years ago
using Writable directly

d8bc846b40bda896c29ad9588cdc0c77fd6549ac authored about 11 years ago
using stream-combiner and through2

3ffbf2a6af2f25b266bad8db89f5d6fa0f0343b0 authored about 11 years ago
0.2.1

cb40d0d3bd611edd3ac9fa3eab8857641d07cfff authored about 11 years ago
using the latest version of tap and tape fixes the tests

fc981c8f633ac37800edc88869bc3c64e3efc1bc authored about 11 years ago
Closes issue-3 ie8 parsing tests results incorrectly

c6955f42c511e09ace221a443618f965584c30af authored about 11 years ago
v0.4.6

c874a5c22db45c889a8db2afd57cbc2ddb75f470 authored about 11 years ago
add harmony & strict command-line flags

af808bd2fcbc312149d28e67b6333150e377a29e authored about 11 years ago
Readme: fix parameter typo in usage with cover.

9c975680f0842775d8187742ab10f5a4bd84e3dc authored about 11 years ago
Add --debug and --debug-brk to runner

--debug Pass the '--debug' flag to node for debugging
--debug-brk Pass the '--debug-brk' f...

df142bbd0fe9be86b9c54340c2f15e1140200cea authored about 11 years ago
Fixed warning about path.existsSync

5513de26cbf82fde21124279c9c0ab67ff6c3558 authored about 11 years ago