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

Child tests should inherit bail-on-fail from parent

Unless explicitly specified in options object.

1f88f4a58ef4d8bed3e602e1d4c592958b8e3302 authored over 8 years ago
hard-code TAP_TIMEOUT in rcfiles test

Otherwise running with coverage fails, because of bigger default

ec90a96a9ad431a8d32fc7ced9ef46025637830d authored over 8 years ago
Fix regression on coverage-check args passing to nyc

f085de53f3d208f57c10ce38cd9c97a10005151d authored over 8 years ago
Document rc files

d87a85756e1fe32a0a112caaf9c8500ae36284d8 authored over 8 years ago
shim home directory in rcfile test

In case you have some configs at ~/.taprc

4d3b0e88d8fac18c72632e1647af391b227c0e11 authored over 8 years ago
document environs and --dump-config

ca5be4fcdb84a532c62138b2c343981dd428db0e authored over 8 years ago
Add --dump-config, refactor rcfile handling slightly

b7e048fe2952eee4bda7ac5a4d88ef0d17bddca6 authored over 8 years ago
remove deep-extension for rc file handling

Deep extension isn't actually necessary, just plain old extension

b1c99b35aee022f0d99e0304e0790b9190d4d5eb authored over 8 years ago
Remove built-in codecov.io support

See https://github.com/tapjs/node-tap/issues/270

f8964a07a296481149cf3d8b6bb790f92ecabb03 authored over 8 years ago
adds .taprc file support #228

a few changes to .taprc file support #234

includes:
- moves parsing of `process.env.TAP` back t...

54e73f4075ac6b5160dcecaece582315694b109c authored over 8 years ago
root: Only produce output if requested

This prevents require('tap') from necessarily producing the minimum TAP
output. If the user exp...

6b24d674b06ea8e7c718ed2915cd6e611f975de7 authored over 8 years ago
v5.8.0

77727e60ed7e75ac44c805571b84fd6f86b0cb8b authored over 8 years ago
update nyc version

2a9ba20d6714011a4c939a8e7d190fa013d2908f authored over 8 years ago
make coverage piping error non-fatal

If the coveralls.io API returns an error, such as an unrecognized token
or some temporary servic...

afdd65a404ef69209c5612ebd7e61459e30e1b44 authored over 8 years ago
Clean up argument ordering logic in t.throws

Also add a test for this uniquely flexible assertion method

6e637a5796211598363449adc61216ef85e2a4d4 authored over 8 years ago
Update issues link URL

Close #262

6e0247ecfc8574afc63d70e21363277e469afa92 authored over 8 years ago
Add test for generating coverage and not opening

Re #263

ca6b5b0cff8f019eb57db72c12cba7a615d4e8a7 authored over 8 years ago
Add CLI flag to avoid opening a browser window

4b732791421b0543bb420cc9c49fab991a63f5fa authored over 8 years ago
v5.7.3

e41b6737650a8d4559082ed608c591245a7fa49c authored over 8 years ago
pin codecov.io to 0.1.6

Fix #269

e577847553b8905cb5d9bcd0c0397473c0658191 authored over 8 years ago
skip epipe test on node 5, run tests on node 6

aea08e8ab8e0852b876099a1041e13787543e9a9 authored over 8 years ago
Just a few tests to push up the coverage a bit

1945968e327a7b39e89087b5ea4d8d140ff6768b authored over 8 years ago
Don't include root TAP object in test name

95a15cd7fb2c5901ff354b64e57103b29ff6e4f2 authored over 8 years ago
Expose errors from failed promises post-end

If a returned promise fails (or throws an error) after a test is
finished, make sure that error ...

7748d28cac7d80d44c93cd5614d6a57d0c993f31 authored over 8 years ago
Wait for returned promises before ending tests

Fixes #240.

If a promise is returned then that promise should dictate the test
lifecycle. This...

4aa1086a87b31f78b36ae2369ced98bdf34691a3 authored over 8 years ago
v5.7.2

6e5e2f10237325ca4fefdfaae56c138275e124e9 authored over 8 years ago
update standard

6d8781eb6520bca156f29532609d2f5c132ea473 authored over 8 years ago
Update nyc to v6.4.0.

e6a0f5672a8b9114fdee81aefaa0491e6e5b383c authored over 8 years ago
don't run timeout or pending handles tests on travis

be436fc470e8c2eae7a4ce8d924a8bab40083aee authored over 8 years ago
Make API link more noticeable

Make API link upper-cased so it's more simple to find it when browsing module page.

b1b00ba641c8016c44cac21a187faea982bdd00c authored over 8 years ago
Show only master branch badge

2543379a8bb7eeea2161263241ada4c58c47b54d authored almost 9 years ago
v5.7.1

d5e11d0f660ac0a38b486adfb505b28a02e51fd3 authored almost 9 years ago
Fail properly for synchronous timeouts

Close #248

ht: @remy

Of course, we can't interrupt the synchronous blocking operation while
it...

0ca1678e93e82060fdaae9e5484ad7c326413cc3 authored almost 9 years ago
test fixup: unnamed tests are now consistently named

fc8c709a155537e0dbdeb6c4bb6c2bb249ed10e0 authored almost 9 years ago
Unit test for t.test() arg parsing

41efd2280100d3c3767518ac8a9b6c320a23d1c3 authored almost 9 years ago
throw TypeError for non-numeric plan

2217f895089a02dcccc1a49f1b08e7ebae585353 authored almost 9 years ago
Handle t.test(obj,fn) properly

Close #244

aa84bff90260dfd9e1d1b41893e2ff1600dbc5f7 authored almost 9 years ago
Ignore node_modules

1496f7380a5b2aec6797d1228b2dded77b1639a8 authored almost 9 years ago
Make output tests pass on node 5

Account for the fact that timer handles don't have msecs any more, which
is unfortunate, and nul...

b2d2b94a7b8af825a7a0a98ad18593a0b6176e39 authored almost 9 years ago
v5.7.0

8ebc428cd4e96428d4e6f28c16940402288fd397 authored almost 9 years ago
bump glob dependency

38b453d38faf25adc222c09161a1f0b4b2e397c0 authored almost 9 years ago
Merge branch 'better-timeouts'

Merged as a --no-ff so that it can be reverted if this causes problems,
since this is a very sub...

9fbf728c6dd84b66f94a8f1ecb681671f53bcf81 authored almost 9 years ago
Timeout reporting for uncatchable SIGTERM/SIGKILL

8e830d936988e32684f1369d4557e80fffe6d1fd authored almost 9 years ago
Assume that SIGTERM = timeout, surface to user

Fixes #233, provided that we can assume that SIGTERM always indicates a
timeout from the calling...

5a641a4666aa455070607ea3ba936fcd0c4cdb79 authored almost 9 years ago
v5.6.0

85a2e7c578d3db829a3c16aeaf78e472419c5fdf authored almost 9 years ago
give tests a ridiculous amount of time on appveyor

b8b3d7afd19bf256496e5012d73f87f4f3b58d9b authored almost 9 years ago
turn off coverage on appveyor

Too slow.

e43530e88d554c99858bc7a0efaa5afb98629f4f authored almost 9 years ago
two more match edge cases

9e6840b4260fce001ccd2e7995ea7386ced870ad authored almost 9 years ago
tmatch@2

3c8fe2335a663e19c37eea9df68e48370c8d31c1 authored almost 9 years ago
stack: ignore all node_modules/tap files, including on windows

f2e156d127ca4646e17a1e1d155924a43d3ef7f6 authored almost 9 years ago
v5.5.0

69bf93c10178728013d5388ba35e552df390f525 authored almost 9 years ago
Add fast smoke test method

This refactors the test/test.js file that it can be easily piped to tap
and used to print out a ...

67ac64ae58f8fb355f4b42eb18e90b9f2e267205 authored almost 9 years ago
Add t.assertAt, t.assertStack

The better to extend your asserts with

edd68019c4de25cb790062f9a9f277a3ca46b54a authored almost 9 years ago
remove two extraneous tests

b7b0cd523797d2c261c143780431ac6decf9750b authored almost 9 years ago
v5.4.5

dc56799ec4881d4da239757c16a3c8add683e431 authored almost 9 years ago
Fix comments set while a child is pending

Was printing out '# undefined' for any of these.

c73dfec9959b9984a10c4a8cdd970b75f3cf2c45 authored almost 9 years ago
v5.4.4

1cb66a53a141b12168dfb7d9163eeb561ac9b93e authored almost 9 years ago
Revert "Updated codecov dependency with "blessed" package."

This reverts commit d6b951a6ae122ad3047c9335bdd5c02b9ce2a83e.

See: https://github.com/codecov/c...

5af48879ab7c15d1ff607e4b810fbc56dd2c63b6 authored almost 9 years ago
v5.4.3

3951c457fa5f576e4c164e2fd309cf988d0e8763 authored about 9 years ago
Updated codecov dependency with "blessed" package.

[email protected] -> [email protected]

d6b951a6ae122ad3047c9335bdd5c02b9ce2a83e authored about 9 years ago
contributing: mention that docs go on gh-pages

a49c769135cb82588f5da4e20a43e6daf68f974e authored about 9 years ago
remove todo file

that's what github issues are for

4b562a4aafc3f24102259241514d557923a384ae authored about 9 years ago
v5.4.2

b119e1071a57b8cce24cf78a460a297e9eaddb73 authored about 9 years ago
move docs out of the readme and into the website

2ddcff26a0edab5088604256d57c80a57d8d0ac5 authored about 9 years ago
refer to html reporter in usage, not lcov

6a8c81529906514dbd9b5b8945f5baa045017906 authored about 9 years ago
v5.4.1

4559eaf6ce36f13e60134d1c649f52dec4e9b303 authored about 9 years ago
alias 'html' coverage report to 'lcov'

'html' is a more ergonomic thing to call this. No one knows what 'lcov'
is.

35a47894dc73a44170a75379c44ed9407a0c796d authored about 9 years ago
v5.4.0

ac574812eb4aa0af31610b86530345956960d6d1 authored about 9 years ago
changelog

593e16ede1f1da876650ae05ab790fce4a8294d3 authored about 9 years ago
Check type if provided Error class in t.throws

Fix #216

af950d15d78bdf1bb08b838b60f60cddd09f6e51 authored about 9 years ago
v5.3.0

859a64fd60474f0deded218608d88d90e234ca4a authored about 9 years ago
changelog for 5.3

66df820c9329b15f7a84567471302027a2b16f59 authored about 9 years ago
Merge branch 'promises'

1113352a2d345ca84fd68cc0e70e4d5c61420f81 authored about 9 years ago
fix travis badge

b65d9569e188c11e3845d74ef254b7868893a984 authored about 9 years ago
docs for promise api support

4803441fdeb6c2e9d22d372575d9ece25abe0eaf authored about 9 years ago
a test where some promises fail

d1958e481f078ca060ff583f53a1c588af6ef075 authored about 9 years ago
timeout test: allow more time for CI servers

Especially appveyor

20ee41fe3cae2c5b1f0cf185ee2bda1feeb3303a authored about 9 years ago
Handle promise rejection with t.threw

06ad70633713263cc3ca711b3f531e79515902c8 authored about 9 years ago
test: remove dead code

It's impossible to both set the t._threw and not set t._ok=false,
so this bit of code is just ta...

3726d35beec298b0557648fb57a78f9f3e546775 authored about 9 years ago
add tests of more test object edge cases

e87b2591d0b9f757a8a33cc90c24947f824a82a0 authored about 9 years ago
return a promise from t.test

Needs docs and more extensive testing. Just a proof of concept.

9b8273af68e5fec2d005ad60006b158d6443cfa5 authored about 9 years ago
v5.2.0

f47157b00e511135785735abcb84ea7bab9b003b authored about 9 years ago
Merge branch 'after'

This adds beforeEach/afterEach functionality to Test objects

af5148188f864041a2650f4cd114714cca71b691 authored about 9 years ago
remove unused fixture

08e6f5c11c57ab82f2ee8d7c733ee73255cb9f30 authored about 9 years ago
add homepage link

81dd1193c93c93532e8f21d0b0c00cfb81a0ade7 authored about 9 years ago
changelog re before/afterEach

5c1d7a0095668381f02f1c1154d024319577b97a authored about 9 years ago
add mocha fixture

Figured i ought to put this somewhere.

9096478d228e9a1064c6e2dbd6e823ee603823de authored about 9 years ago
document beforeEach/afterEach

81f6f3ad606f4dd8e6d28ca28a3cb1c10f1c4f8c authored about 9 years ago
style cleanup

9067b51f8a269c5540999715169256eeb9d9eec2 authored about 9 years ago
move mocha-example to example, only run standard on test and lib

864c4327c21a5af536bb96b867e6753ebf0c9489 authored about 9 years ago
callback loop cleanup

ca8e2d3c011d842a22bfae38cf5b6fcee56d7d61 authored about 9 years ago
wip: using test objects instead of callbacks

d6bcb2cbecd61f85227d1bfb161656f97eccec38 authored about 9 years ago
wip: before/afterEach with callbacks

245a3447b8daa5239b1891f0919b951d4854c182 authored about 9 years ago
accept Promise-returning functions as before/afterEach

55708b9e11fd45425490b094f5f4e8647f8d84e9 authored about 9 years ago
output tests for before/afterEach

05c8c08cb3caf02debbb086367aca7b4882da7f7 authored about 9 years ago
use `clean-yaml-object`

The `cleanYamlObj` function has been extracted to an external module.

d723a749133292b783475826f047df4722c0d02d authored about 9 years ago
v5.1.2

e1f9f50e896cd90ff1c408cd9b2dbdf2bbde451c authored about 9 years ago
don't catch errors after the root test ends

8fc512ad7f1de2e87d41e949a16a98cd50541464 authored about 9 years ago