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

remove 0.12 from travis

It's as flaky as 0.10, but way slower, and all the language/platform
features are in 4.0 and abo...

11042eb7f9b0716e71b5ea0a1256d942ec4a9d4a authored over 8 years ago
skip some tests that always fail on 0.10

d6dcb1a616737b26fb4cdafb6179ee800cde78ad authored over 8 years ago
v7.1.0

14f12343b061ced16bc64711b137a56cdf40d380 authored over 8 years ago
v2.2.1

e1acdcb6a02290d2123901e76615f31b96682dd1 authored over 8 years ago
Change how bailout events are proxied to parents

This allows user bailout event handler to run BEFORE proxying the
event up to the parent parser....

530ac784b12b4861c13535ff92e6074f6b8c1a16 authored over 8 years ago
epipe test: Use shared fd's, and don't run on Travis

22747b63e40ea687c9d19e029fcf69cfd128ebc9 authored over 8 years ago
make runner-epipe test more resilient

c7c21af90a45c08cb853f119cc4df1d22aadf862 authored over 8 years ago
support 'diagnostic: false' to suppress yaml diagnostics

3c0f71a636232d607673c01b6cea72faaa7fa04d authored over 8 years ago
fix smoke test command

0e3ef5f7511c22fac1721dfc259f6ec238bf176c authored over 8 years ago
Include diags with timeout failures when SIGTERM is ignored

217b198c6270441ac4097c8fa65475124c2e91b1 authored over 8 years ago
test: don't require('tap'), require('../')

For CI

aa48ae2296069ee13f6efa6290c682e88fd4c17c authored over 8 years ago
give tests more time

Getting a lot of spurious timeout errors, especially on Travis.

afcc79e0be2d7691777da22d9517e4981d18d6d3 authored over 8 years ago
mkdirp/rimraf used in tests

401ca5123f361f99d9c487a9d2a54c6effec845f authored over 8 years ago
v7.0.1

f495c6f8a7c6dba37c47c9ed4beec9f3df0fadb6 authored over 8 years ago
rename output tests so that they're together

62782ef30e18e721198f3b104f35a0c208d26e78 authored over 8 years ago
Report bailouts in child tests more consistently

Fix #304

Prior to this patch, there was a race condition between a child test's
output being ad...

5b5fb57192c8b13a926557244ff935cffdb4bb84 authored over 8 years ago
v2.2.0

b87c6bb46d739c9a5b02ca1f61222f7675bc9c11 authored over 8 years ago
add 'strict' option

64d4c56adb7ec71fb05c803322615b3c47b06631 authored over 8 years ago
v2.1.0

e2f47c8168db9fa2acfe2e84f7c42cd964572a49 authored over 8 years ago
Add preserveWhitespace option

Also, always emit `line` events for whitespace lines in yaml blocks,
because those lines are sem...

e226798eea13c4eed8c30f24adf947fbd32a6478 authored over 8 years ago
update node-tap and require 100% coverage

e8fdee18755ef804013b6bb592062cdbff35d02d authored over 8 years ago
break up big output test into two sets

otherwise this thing times out a lot

8f50d3ffd322af6a1b7202ea27443ee5e3b08ab0 authored over 8 years ago
ignore 'at.type', since not all versions support that

0a93528a742d2978b10c845c06c6e728458ebad5 authored over 8 years ago
node 6 changed debugger message

e1d5cb80afa2ddc36b665502f4d3f0daa6e9ac75 authored over 8 years ago
Newer V8 names functions if they're assigned to a variable

e775e699785ef9d186e7bd76ea83f13fac236d28 authored over 8 years ago
fix test regression from f038a11

f2a2a592fdfd38df288f94a711b4a98b87284b1e authored over 8 years ago
v7.0.0

05eb7369b74721fdf391c5f95beffcf17f4d0728 authored over 8 years ago
Don't filter out indented bailouts or version lines from child test procs

Since indented, these can be a part of yaml strings, they were causing some
invalid yaml to be o...

f038a11d1e28350a129dc5c00015f1056b049339 authored over 8 years ago
allow SIGKILL in runner timeout tests

Especially when coverage is engaged, this test can run slow, resulting in
a SIGTERM not killing ...

1c7d987176eb19463f0a4dfe46d8a0b5078b3095 authored over 8 years ago
split slow runner test up into multiple files

31f5467bbdcfb00357d28021a3eecc656e53179e authored over 8 years ago
add the --100 flag for 100% coverage check

I keep having to add 4 flags to module tests for full coverage,
why not just have a single optio...

e49616d1e8c7f726e1c6834bbec81c19509f72fa authored over 8 years ago
Remove test that blows up when coverage is engaged

The same things are still tested, but this test file makes `npm test`
spew tons of errors. Reve...

ccce5a6e88eadfeb404f41bc604735efc9a72c76 authored over 8 years ago
a test for when a bailout is in a teardown

14bec9f370e7ea1a2acb99453add12bd627150ef authored over 8 years ago
keep for..in loops from iterating inherited keys

patch: add hasOwnProperty checks into for...in loops to prevent iteration over unexpected member...

ca686f604850e675a83a9e861fc0d38e2004d3e0 authored over 8 years ago
epipe test: just use js piping instead of fd sharing

For some reason, that's only connecting like half the time.

Really weird.

4a2011f3a38125c24cb26e4b5b50a6e7c65f39b0 authored over 8 years ago
Handing timeout SIGTERMs after explicit root test end

Previously, it'd just throw a 'test after end' exception because the
onTimeout method emits a fa...

fbc83b0b69fb77a453b13a5ac444992ddfb0f4d7 authored over 8 years ago
Forcibly kill any child tests on root exit

4f50bf009a91cd9f7cf384cee8281ede37143884 authored over 8 years ago
Don't rely on system 'head' exe for EPIPE test

Node can do this, and it works more consistently.

3e4f6da3a6bfc2c9c79bd8c7535bad7e0d95c27b authored over 8 years ago
Don't nextTick root bailout exit

But, still allow 'bailout' event handlers.

Do this by overriding the tap.bailout function, rath...

14cbf2eb6de46a3a95946223294a89b73bc880c8 authored over 8 years ago
Support use of save file with --bail

Fix #279

632f93522c3b4b2cf788ded00c7c4b9b0fd2e55b authored over 8 years ago
tap-mocha-reporter v2

736e476285bab97bd1c4fe401c135c9b1e9c2158 authored over 8 years ago
Move Subtest: comments to parent level

This follows the approach used by Test2 in Perl land, and is quite a bit
more readable.

Both wa...

f208773ecef2f7d0a9200345845e3ce531068021 authored over 8 years ago
Use tap-parser v2

d470907e602e324ae534347f19c3e3c8e0e7edca authored over 8 years ago
set child test name on parser object

dc7fd0d5ed1a5235d4eee054994dccadd314abea authored over 8 years ago
Merge branch 'v2'

6ececb0f026cc2d8ce7333cbe514ca135876b889 authored over 8 years ago
v2.0.0

70e7b3eecb48c7d9165d0c22d2b7ba3561d82ba1 authored over 8 years ago
organize the emitChild function

This also sets up the change to prefer non-indented Subtest style
comments, by emitting the Subt...

8285cddb5a5246959f33c519e39b5c9a0efeee03 authored over 8 years ago
clarify ambiguity choice as the only reasonable choice

459f9fc028a46db1aa923766c75f8c82ed2bccdd authored over 8 years ago
two more tests to get to 100% test coverage

d1b9be099f07254c08282b5d55e74c000a60ee75 authored over 8 years ago
Add support for anonymous subtests

c1ecf6076a51ef4428e7fefd472462a2cffd5c61 authored over 8 years ago
cli: add support for -t|--tap for tap output

ee177de0152d7ac04d59b31c1d8987861026b18e authored over 8 years ago
remove TODO comments that have been done

88f6645d157abb9d8be1b14833f51bc3031b0aec authored over 8 years ago
Buffer non-TAP data as well as comments

This prevents the confusing ordering of things, where garbage appears
*before* the test point wh...

73ca67dbfdcb382daab14205374885caf859e315 authored over 8 years ago
test case with some confusing Subtest comments

5fff52f0914fe3076e800748b3072ebb7af1b4af authored over 8 years ago
Remove redundant line

0a687fe7ff1573d0d2106dff837c507a23859918 authored over 8 years ago
Don't lose un-indented Subtest comments

431750034def186f06c3bc7534729c4f0500142a authored over 8 years ago
add todo about un-prefixed child subtests

870303d54822916e3901a9c48c40419c5aaefa65 authored over 8 years ago
Require Subtest comments, indentation = 4 spaces

This corrects all the handling of any mixture of indented Subtest
comments, un-indented Subtest ...

50bb5d05d1394dc127fc6464b7326b6aeb694888 authored over 8 years ago
v2.0.0-a.0

cce7f53dc7304ca875cc0af13a55f0cd155cd53c authored over 8 years ago
Remove some dead code and add tests, for great coverage

028d7480f84c5599a4436c859f01fa3a0126f148 authored over 8 years ago
remove dead code

8bf70e3e0ce63c489874bf77ec1bbdc36fb1d9e9 authored over 8 years ago
Remove src field from Result objects

Nothing was using it, and it's extraneous

f43f0bbfab4bd60b5c2eac7dff1ddc70fe1fd4c6 authored over 8 years ago
Rewrite main parsing function in modular chunks

Fix #25
Fix #23

This moves around some things to make the following changes:

1. Stricter order...

ddf44e20137d20d51dff54a41964c662e3eb17d8 authored over 8 years ago
Revert "Move Subtest: comments to parent level"

This reverts commit 1d3f65560e717043fa36587a13eb808cdd993b01.

Will do later, once tap-parser re...

0d870a8f389bbeae3aa377e1cb7d32428d4f52b4 authored over 8 years ago
travis: add node 6

e87820e85e5741b95b69acb97430bb7e745c6aa7 authored over 8 years ago
Move Subtest: comments to parent level

This follows the approach used by Test2 in Perl land, and is
quite a bit more readable.

Both wa...

1d3f65560e717043fa36587a13eb808cdd993b01 authored over 8 years ago
[email protected]

This provides support for Test2-style buffered child tests.

8eb912f1bb3c8eb6d8da4f7791d8053daba2e875 authored over 8 years ago
v1.3.1

24e1bc4addba5168cffc656e80b53c01f101415f authored over 8 years ago
Don't double-parse unindented subtest directives

1c0cd2478a66fb66bed3151f320f191ab6d41d57 authored over 8 years ago
v1.3.0

bdebc46cfb7406593f579b0eb2742ed95f8f23e3 authored over 8 years ago
some more tests to juice the coverage

d08e81e198aacd3d91bc49e9407673f31c09e305 authored over 8 years ago
Add support for perl Test2-style buffered child tests

Fix #35

7ddbf9a8854f1e992bc72615feb244d353381429 authored over 8 years ago
coverage: ignore the Writable polyfill if block

5c0ce3fa691340ed00c386c6936502c01b283a17 authored over 8 years ago
just a test to add some coverage

3f0af2398c546f364157031ba8ded1c4b2085e4b authored over 8 years ago
Do not require Subtest comment to be indented

While that is how Test::More does it, it's not how Test2 does it, and
it's a bit more readable f...

9f02ee354bf736a8368c3a46488e6bf4433f217e authored over 8 years ago
fixture regen

moves 'failures' to the bottom of the object

b38acd90152ff8e06bf7c55305cc5a62a4d3d432 authored over 8 years ago
use tap for tests, not tape

no benefit, just another dep

dc7041514b123fc18118ccd7cadceb6225781ba6 authored over 8 years ago
chore(package): update tap to version 6.3.0

https://greenkeeper.io/

b804ef5cd02b53d0d53636abfb4a3bb5ec93cce6 authored over 8 years ago
chore(package): update dependencies

https://greenkeeper.io/

e163724b66fd088bef37faedc142646848e203b7 authored over 8 years ago
Pass all existing tests

dcf0af6caf3f8dd2787b78bd39122a1bef487009 authored over 8 years ago
Create empty-failures.json

2ba6eaff89e892ef52c7bf978e95894320a35228 authored over 8 years ago
Implement empty failures

9b466a2993fe3c6f20c5b1b0d968519a3579115d authored over 8 years ago
Pass all existing tests

4e5db31e992cca690f309b9d25d12a6dd54ce598 authored over 8 years ago
Create empty-failures.json

6271a3d9ea4d35176f86bf6a86802d373b017156 authored over 8 years ago
Create empty-failures.tap

128949b1294cf6343fb4d65eebcd080d976c6f1d authored over 8 years ago
Drop inherits from dependencies

Use of inherits was dropped in c4e0246972fc343fcfbd55020e2bd9ce2dd064bc but it's still listed as...

7e59a401e034828f7e876817d92ae34096c0e5be authored over 8 years ago
v6.3.0

3cdc354d962955809aebfe9df27e230220b62f0e authored over 8 years ago
changelog is on the website now

137a2bbe399d2adca9201053ff5b4f536ecace28 authored over 8 years ago
t.doesNotThrow can take a string as the first arg

49354cd5bd5225ecff5c4481035679bfdbe14aca authored over 8 years ago
upgrade nyc to v7

f5b1b30d1d6a98742910ab9d26bb0c88019b6afb authored over 8 years ago
s/supports-color/color-support/g

f068025a2b2f49c70b4eefde6ab2511750efed35 authored over 8 years ago
ignore tap lib folder in stack traces

6eb21aa4acd731ed3252b0065aba2a0044ebf384 authored over 8 years ago
v6.2.0

8faa184621c4ea2ac9be7d18743f1e5160eeb971 authored over 8 years ago
Add --test-arg=<argument> option

Close #273

f745959288b7cfdd4aec74442e628dcd76a1e3ab authored over 8 years ago
signal-exit@3

3ace10597ce3a08032da9c2f5400181cc3d9ab57 authored over 8 years ago
v6.1.1

a976db2418d5957719dbc54afacc1bc811dcabce authored over 8 years ago
remove unused codecov.io dep

500f8ad3ead903e0bfed5248744347ef021f434b authored over 8 years ago
v6.1.0

191eeed3d04dc428da609424bd1ffeb5e14744aa authored over 8 years ago
adds 'diagnostic' flag to include diags always

Passing tests typically don't get a yaml diagnostic block.

With this, you can pass `diagnostic:...

840fd12bcbfb0efc1aa798234aaf49f4f177c1ff authored over 8 years ago
v6.0.0

a5d8cee3bf0a39db73b981f720917294064f1b65 authored over 8 years ago