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

v1.1.6

2fbe649bce1c6033ed5ac4e655ae4bee63424168 authored over 9 years ago
Do not ignore empty lines in yaml

Fix isaacs/node-tap#140

c839482f9c58d70e89b04899ef85d59a9243604a authored over 9 years ago
Test on v0.8, but install new npm first

Otherwise it fails miserably.

fa3b3e32ada70fb69500d0684abb392e3b99aa16 authored over 9 years ago
v1.1.5

5205f6a5d8dfd1b6efa981ea8d498031cc67ee60 authored over 9 years ago
Keep comments in child tests with child test

5576d11b533845080baf76618485f314325cf2e0 authored over 9 years ago
Travis: test on iojs and 0.12

And leave out 0.8, since it ships with a broken npm.

f4429e542b3ac6bee18756f9deadb2d14651fcbd authored over 9 years ago
Use newer tap

c084d002c0a526f6b54c8f20360e83ca9c5dc533 authored over 9 years ago
Fix comment order

Keep a queue of comments that occur when we're waiting on potential
diags for a previous assert....

8d1dbba290a05982bfb32de3a8993e54d4f429b5 authored over 9 years ago
v1.1.4

281603690aa80f104398f6a7fc4a0b1829fcc552 authored over 9 years ago
Do not read indented noise as failed child

Occasionally, in tap tests, someone will dump a bunch of noise to
stdout. In that noise, there ...

1ba3503cd70f0cb205c68ee153536b100c39b1d9 authored over 9 years ago
Support t.done as alias for t.end

cc @rockbot

2d9e593e73cc7dbd7c8d020bcf940925555935a7 authored over 9 years ago
v1.2.0

fc2c26a00b54256a36b100135e7f5807d8b68d1c authored over 9 years ago
mocha: handle error arg in done(err)

Allow individual tests to fail the test by passing an error to
the `done` callback provided to `...

306925dfb1980698df400db7f9c18b5b39a134a3 authored over 9 years ago
Handle exit codes in a way that works for older nodes

Prior to Node 0.12, setting process.exitCode did not work. A module
called 'exit-code' was desi...

d9a605df41f60262e039abfedd1acef78912f803 authored over 9 years ago
v1.1.4

8865b966c01fded8fa64bc266754b018c6766eec authored over 9 years ago
use 'files' list in package.json. ignore .nyc_output

b91c7c887dffb872531ce1a64175124c310ffc15 authored over 9 years ago
support doing coverage even in node_modules

The --cov argument was looking at global.__coverage__, which is fine
in tests of this module, or...

f39c9674128ae49bb79be7e413c55525479b3378 authored over 9 years ago
v1.1.3

4d68f00208602ffc81bd72b5b94fe7f7be963cee authored over 9 years ago
Do not bail in stdin reading tests

3678c3e9ee99c394ed40e1a9b5295f5a9f21a12f authored over 9 years ago
minor typo

dae0c19c9d4e3a04022b5fe2e0d44b2054897947 authored over 9 years ago
Improve short arg parsing, more arg parsing tests

e0c54772b41746964a1f11a1cf365d107faf4df6 authored over 9 years ago
Add some TODOs and async describe()s in mocha test

319779a4729bc166fe0e4e1b3d5c322418d2b927 authored over 9 years ago
Kill wayward child procs with SIGTERM, not SIGKILL

Catchability is fine here. SIGKILL is too aggressive.

10c951f33d2c1a1cba2eed5fb800c057982b4596 authored over 9 years ago
Verify test output in --bail scenarios

I was getting some weird errors where the child proc would spin on CPU
forever if --bail was set...

e74f06578dc20ad5154f3d5e75a1fac518e1fe3a authored over 9 years ago
segv test: don't inheirit bail:true from parent

f5a60a380799337c1779001f6969987ef2c2ef0f authored over 9 years ago
This project does not actually use standard for linting

Too many instances of 'if()' without '{}'

cce83c9d6a5e127d4ff50a083595c6401851c748 authored over 9 years ago
Add many runner tests and fix tiny errorswq

a598843bc131abe581ec5ccf4f56521a365898e4 authored over 9 years ago
Handle expected non-Error objects from t.throws

Fixes #62

Comes with the unfortunate caveat that any 'extra' data passed to
t.throws (ie, '{ski...

1ba383520c89e267bd5cf34c73814a9e490ccb08 authored over 9 years ago
timeout defaults to 30s now

e7a15beb163c5e9495efb97ef6d5a2ac8f7664de authored over 9 years ago
Don't bother testing on 0.8, the npm is broken there

6de02e6a271aa3e465580db7be9b5d4aaaaa814e authored over 9 years ago
new signal-exit new nyc

a8ff7da2f308e53068bcb24668d62deadbc9b9a6 authored over 9 years ago
v1.1.2

51685393df6e79b36044efcf1c3b9e4b9d204ec5 authored over 9 years ago
Also read plan as valid tap output

Otherwise test-less 1..0 things get another 1..0 output.

5eb86ece058428cd5f931ec9663a915db8541980 authored over 9 years ago
v1.1.1

4940df0250748f92f4f9e92d9256bd4b4e02e964 authored over 9 years ago
Treat test-free files as skips, even if they have output

Fixes #133

Also addresses double-counting the number of skipped tests in the
test results in th...

c78ac60f1326df765af7f151f94841dc7ae4982f authored over 9 years ago
test: put pid in runner-save-test file

d89786a0cc95c9f27f5b189b61a9296bf09fca25 authored over 9 years ago
travis: use latest and greatest npm

0290ae9fae5b65534ed853757615c86d4c074dc7 authored over 9 years ago
v1.1.0

71cbbbc1922146c2d93204d5e75a27543b00e34f authored over 9 years ago
test of --version

54f18f6b9c96d8f76851af2470dff5c27d790ece authored over 9 years ago
Move usage into separate text file

11674db5a1e2d025a2d4ebf3168f34f13da194c0 authored over 9 years ago
Integrate coverage, automagic coveralls.io support

Now, if you have a COVERALLS_REPO_TOKEN in the environment, it'll
automatically run tests with c...

84d255a1ac559298d487288d424aea26bb69506d authored over 9 years ago
integrate with coveralls

96ce6bc246b006d1d4784c72e2c8614c3b3a589c authored over 9 years ago
v1.0.10

ad580c7af7e7d43fd1eb51a997336494cfa00a18 authored over 9 years ago
also npmignore coverage cruft

16f3a6f5f8fd021bda11f70e0c031c00cdb7f64b authored over 9 years ago
v1.0.9

26ac88c2d783c44ec12a992f7a282c57576c9b36 authored over 9 years ago
gitignore coverage cruft

a28f1153b194e854e0f26ff97065b839ed72c32a authored over 9 years ago
Default to -t240 when coverage is in use

6b51e04b1573c650487194c7dc66fbcc99d8dd50 authored over 9 years ago
Update usage() output to work with coverage

Apparently istanbul borks Function.toString

b8dc4d36ab36158bf3ce0e48a1e9184aeab62f5b authored over 9 years ago
Add usage test in runner.js

08c89476c4462314858411c2f869d9dcdbe23eba authored over 9 years ago
package: add coverage, remove contributors

ee778d955aa5bd1f342a05899d7e4754cc62f6d4 authored over 9 years ago
Use a persistent fixture for gc-script.js test

6dc04d2c0e872515c37061fc387593e3cd49801d authored over 9 years ago
v1.0.8

963943ed289b0612fd529c97ad50f4048e468c42 authored over 9 years ago
use glob 5

2a76bb6443395cb84b5351feb620f1c2b7ba1516 authored over 9 years ago
Remove deps that are no longer used

247dadc7be0d4e1fa497a287ed55aa27265c3d6f authored over 9 years ago
handle slow ok.js test run in test/runner.js

7492ec422de5f034e24e8d1b73a91b7da43de19b authored over 9 years ago
v1.0.7

9754119eeecedb1658f624cc93325aad792e513d authored over 9 years ago
use upstream js-yaml

Fix #132

3056f4d4d756bc226c5527f3fb6be8a0930a52be authored over 9 years ago
isc license

a2720d630331c876fb58f3e93b11da80224682b3 authored over 9 years ago
v1.0.6

c38c7e88c55e43837428715f711821c3ca3f6419 authored over 9 years ago
v1.0.5

30ca273dca51cd8ef8f88b7b7a893d7ef4638d90 authored over 9 years ago
Don't lose - arg from glob

495e05c020ccd1012310d0f6f87e65195f48bf02 authored over 9 years ago
stack: don't read indexOf if file is unset

1533ea1577d6f8afc166dd397899ddb6107c4ccf authored over 9 years ago
Fail unfinished tests

Closes #129

If a test does not have a .end() (or a plan that would do the same)
then emit a tes...

22680b0e15428fff218e12615d4f10d4a28b1546 authored over 9 years ago
v1.0.4

7d073bebfa31e4a4239d2d3f84d17ed8919f0624 authored almost 10 years ago
Exclude .tap files from publish

Also remove some outdated examples that are no longer relevant

Close #125, credit to @rmg for t...

ead7bf480b45e369c37d130dabceeb5d13c4cc61 authored almost 10 years ago
v1.0.3

418a7dcac6cc4abb478ee251a3c2cb23c125ebaa authored almost 10 years ago
run: perform globbing on path arguments

close #127

ff9af3de329522b85cdb0fa58ec857d0f1f892b0 authored almost 10 years ago
add todo: more mocha globals when you tap.mochaGlobals()

a9708099b463bcbc100d4ca37b315b3b12af8d92 authored almost 10 years ago
v1.0.2

b8ba7bbb149f787619d99286f02405208873ce5a authored almost 10 years ago
empty tests are not failures now (they're skips)

7680b79036068ed4fff5eb4692a2a783fe625549 authored almost 10 years ago
spawn: empty tests that exit non-zero are failures

b295aeec448c8cfcfd294610f2384958205d4d8b authored almost 10 years ago
typo in mochalike test

e50a2991467d8dc171666c12df23e9b6f12f0d1e authored almost 10 years ago
verify that top-level tests can be defined asynchronously

This was an issue wiht TAP 0.x which I was reminded of recently.

Since the rewrite, it's not a ...

7b0423c861fd5bd142669f74a4b189f152c675d8 authored almost 10 years ago
v1.0.1

75b5b6caa5e59b74bcffbaa067f906993bc4f1c5 authored almost 10 years ago
spawn: emit a 'skip' for tests that do nothing

f477c8781e99becd050a546212ca837964f8c5a0 authored almost 10 years ago
v1.1.3

a7ae76be5de71ab3f834846b8419737474b8aa3e authored almost 10 years ago
optional dependency on readable-stream

You know, for the kids on 0.8

3fc2a5fac1371cca1b36ff2bd468ac139c19bd85 authored almost 10 years ago
Don't end child for non-TAP lines

769107941d1384ae2358b53f5cd83c7cba471f2e authored almost 10 years ago
Don't emit 'line' events in cli

Way too noisy.

249f9c399f2150feb9b0f2c598d73883988b7743 authored almost 10 years ago
Merge branch 'v1'

59e1763b07799b93e93960c1a4f36b943f16521e authored almost 10 years ago
v1.0.0

a0ffb7f3b0502bb56f39953f9d8e0f42b91bdf3e authored almost 10 years ago
contribution doc

45998b276a0c50cfb06a3386905db3d794d0d30d authored almost 10 years ago
todo: cli parser

8cd45053b3b748af05f263b44bb89f6f1dece4b0 authored almost 10 years ago
todo: coverage

033885744d518d0bc9fe7fd382038bda5e75ee60 authored almost 10 years ago
update todo

c2ade94f5f1d9ec39624f4073970100b93de5a7a authored almost 10 years ago
Work with node v0.8

9f2848e553667934089d36f8c642462236d1d647 authored almost 10 years ago
v1.0.0-beta.5

9c4a8302a2786a8fc8034b1990abf25fb38b13bf authored almost 10 years ago
use readable-stream for v0.8 support

06b98ffe5f87443525d67022d4b342e99f77ba3e authored almost 10 years ago
v1.1.2

72e6fd99d13952bb891ddcb34bc010305c52d9a2 authored almost 10 years ago
typo

efebaecdcfca664fb8290f5df9737e0eb4b65772 authored almost 10 years ago
v1.1.1

6f01e30d938ea81fcbdde22344475eed1770b3df authored almost 10 years ago
Support node v0.8 as long as readable-stream is available

76b4d1751ea0dc3e4d1d80b0d80386f0a780f9d5 authored almost 10 years ago
strict argument to Node should be --use_strict

ccbde0d2e9a0f4682b62473e39f3f127d778f7c0 authored almost 10 years ago
Add -s<file> --save=<file> for saving/rerunning failures

c01c2bf43a0fe6e4f9e35e012020e2329f6a2e9a authored almost 10 years ago
print regexps in diags as their toString equivalent

3924c145956616e1db4718ce2a17545812f26d8c authored almost 10 years ago
tests for runner

8ecef61e01c91dde480bf3452a07a7770e14bc70 authored almost 10 years ago
add todo: split out lib/stack.js as a separate module

36a64b88af1548ae376ef3c5a9d9c3215e002a7a authored almost 10 years ago
small test skips to accommodate Node 0.10

The console.log() output won't ever quite work right on
Node 0.10 due to Streams2 being less goo...

0be20403a3f2def6cca74919d618f40dbcfc772d authored almost 10 years ago
set reporter to tap when env.TAP===1

475c5fb94bdac0b3fc0bed100219d7a788ccd00b authored almost 10 years ago
v1.0.0-beta.4

0ecda35998a3ae747fff3386b68ed2f5214a497e authored almost 10 years ago