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

Finish implementation of bailout

Fix #21

50ffdab43bdb8dc28583c60c1fe9e8d81ffc2181 authored about 13 years ago
0.2.0

d2c6e51e706784f1e6be739f9c945946605ec12c authored about 13 years ago
Fix #32 Add 'tap --help'

ea98f535507077c313567f956275f136ed44a5c8 authored about 13 years ago
Fix #30 Print version on 'tap --version' or 'tap -v'

768ebc57180c97c3ec4a1cdd469376773d5c0dad authored about 13 years ago
Use nopt for options, and mkdirp for making dirs

This brings a needed bit of sanity to the options parsing. Also, adds
the following options:

1...

bdc03c60c756fcddff7ea7b1661c7d108cf6b036 authored about 13 years ago
0.1.4

5e69ddafd1a609b4b7cee1c5673472a5e74ad1c8 authored about 13 years ago
Update AUTHORS

d35a3d769d366ecb9a495e729ebcc34f3cbd613a authored about 13 years ago
Sort keys so deepEquals is key order agnostic

This is a combination of 4 commits.

* failing test for deepEqual key order
* deepEqual key orde...

27c52281ff2a8b509f49cdbfa5ffcf2500376633 authored about 13 years ago
Re #34 Just treat file result as a test result

5f5c7ce46a6b55db3c1ae17f715b98e4ac726d14 authored about 13 years ago
Fix #34 Treat timeouts as a proper failure

4ef2b40afdc3b406e6476be910747d9352ca0ff0 authored about 13 years ago
0.1.3

8682bc3b5eeb7462a45e3b9082a0bb6b900b58cd authored about 13 years ago
0.1.2

eb2a898b5936f50678dca352ce06e362d47462ac authored about 13 years ago
Fix #23: start setTimeout for a test when that test starts, rather than when all tests in the file start

21603a49f143bd1cd7c936360dd408c401c381cf authored about 13 years ago
0.1.1

2aa9798bc08b19b7aa991f50861781095aeb39d7 authored about 13 years ago
Fix #24: ensure separate test cases get their own 'conf' copy

28c998a6375464d5a8b35e6c3a20cc77a9543fb0 authored about 13 years ago
Merge branch 'cov'

725d8c849e2de3da7667ef6aa087553b32660e37 authored about 13 years ago
Print the data used to generate the html, as well.

ace791f2a8eb128e5aaba805ed2c8c24c05163e1 authored about 13 years ago
Only print Coverage line if doCoverage is true

4d5058711d6faa5744dfab149dd53e48e01f4da2 authored about 13 years ago
doc coverage a little bit, mark experimental

e6455356ae4c1911ca65489145b049ae027d5ae4 authored about 13 years ago
Re #25 Return results from test asserts

756a224537ac31b60a5e695d768fe5fa8e56f86f authored about 13 years ago
Output coverage dir on end

ef4cea4863f9fb9412f052f08902104bf65783cc authored about 13 years ago
Respond to 'npm test --coverage' or per-package setting

60f75536c567351aedc4177b840ff44d827bdbcf authored about 13 years ago
lighten coverage colors to be readable

ff05228033c16b73a38d9f5fbb4b027150381913 authored about 13 years ago
Update tap.plan to include generated test

8dae0d5b887282848fabba3b64dd9b8a6d039404 authored about 13 years ago
Require the same runforcover that is in use by tap.

db057680c19cea6ba4b3dfda55d5cbe87feb33c3 authored about 13 years ago
Ignore coverage output

811060e99556ae03d50d483d3244c46a05c5cbe2 authored about 13 years ago
Extremely rudimentary html escaping in coverage output

496bfa7f436f22421342d3432d42645debd1476a authored about 13 years ago
Style and light refactoring

Commas, spacing, etc. But also:

1. Only add one object to test files, with a name that is not ...

5ce4962cf5504e11584e3fec10b11e5fd90d8a05 authored about 13 years ago
Recursively read directory subtrees to obtain files to cover

3a0e04900b00e05d8bdb763e4f13a5a480f8ee5c authored about 13 years ago
Fix #2 Added TAP_TIMEOUT=<seconds> option

Default 30s, before runner kills a test file child process

f27f8458b8fefa633906ed847f3eb91d89823e88 authored about 13 years ago
fix #14 Parent tests now wait for children

78c65948c77bfde06702b35b997bc9bf4bfd22e7 authored about 13 years ago
Fix #20 Add relative path to test files to output.

e382d3a1ff511a78ba4265eacfddc82513efb270 authored about 13 years ago
Prelyminary code coverage support using runforcover and bunker.

68f6a3553336b3ce1bdbba71b69b44914ce5dc25 authored about 13 years ago
0.1.0

62c56530f72713b02b630d73cfa751d2f7ca6964 authored about 13 years ago
GH-18: Modified some requires to work with files instead of modules.

d0c10caf5af9e4e0826caace3e81533a2fdb72ba authored about 13 years ago
GH-18: Move tap-consumer.js to lib/.

b7257b8aaf54c62a649ff793fb02d05493dd71f0 authored about 13 years ago
GH-18: Merged tap-consumer, git history included.

654ceee6a50e6e6f5c2c9711ed4f00676a4e2709 authored about 13 years ago
GH-18: Moved results.js from tap-results to lib/tap-results.js

3a130370351c8286419105a397a241f982c3d751 authored about 13 years ago
GH-18: Merged tap-results, git history included.

7a941818f3d23a1ae02ba31c9a8931bc56be40a3 authored about 13 years ago
GH-18: Moved (and prefixed with tap) tap-global-harness files to lib/.

9757dfcb598caa6f37193f6d3b1150bf35c34ddb authored about 13 years ago
GH-18: Merged tap-global-harness, git history included.

74d3be34b78ad4d2f6c6a7fd85e67d68e14390cc authored about 13 years ago
GH-18: Move tap-producer.js to lib/tap-producer.js

bef45905fe09885153e702a70c1886acf836b94c authored about 13 years ago
GH-18: Merged tap-producer, git history included.

3b838fd04e3cfc5d840530b2b46d59841b5d7bc6 authored about 13 years ago
GH-18: Move runner.js from tap-runner to lib/tap-runner.js

dbb462e09ff7416a71f40a077f7b62368d820fe0 authored about 13 years ago
GH-18: Merged tap-runner, git history included.

0fa346bc4ccf9281b14532bdb6ba806ed97098db authored about 13 years ago
GH-18: Forgot to remove tap-harness dependency

7d3db45ef15f7a881a4a0be8602490605e50eb23 authored about 13 years ago
GH-18: Move harness.js from tap-harness to lib/tap-harness.js

f7239f3224a0da983ca05571e622479e6326279c authored about 13 years ago
GH-18: Merged tap-harness, git history included.

ed20e3e484cb1de159bc758643126168db0805ba authored about 13 years ago
GH-18: Move test.js from tap-test to lib/tap-test.js.

d3935fd641551a81d2754d31a9470c41af7836d7 authored about 13 years ago
GH-18: Merged tap-test, git history included.

332ef8572fae038083b7a7a5ea9bd24daddd788b authored about 13 years ago
GH-18: Move assert.js from tap-assert to lib/tap-assert.js

1512c10fe0b5b7f1b74b46d3baf14140d60427bd authored about 13 years ago
GH-18: Merged tap-assert, history included.

158ecba67ccb92ecb95c83a582491cc4ae50a80c authored about 13 years ago
Handle errors better in stringify

cc5a7121da86879497684e662efc84701efdef96 authored about 13 years ago
Pass Test class to Test.super call

9ad5f65034d261b49fbcd73c16a7ad1a87f4f3f0 authored about 13 years ago
bubble up result events better

1f4660088f6759e0018e94a9e2c4f7821de7971a authored about 13 years ago
Treat dates as UTC strings

54a8d88e35827d9d2fc835e33449f516657ea6b3 authored about 13 years ago
0.0.13

d467d636b8dde0caf2337072bc488022301a451e authored over 13 years ago
0.0.12

0e4be7dc9e1ed5d5f59204f52ba8596822f7c358 authored over 13 years ago
0.0.7

2c337fc026c0b87895e77e6f51f54f72ea2a68f7 authored over 13 years ago
Pass the proper relative filename to node when running tests

43c51bc1bb020d945d3e946a6684ab7bba0f09d7 authored over 13 years ago
cleanup a little

18c2d0376c402757b5a180406be7d3945606a9c4 authored over 13 years ago
A little example of piping a tap runner to http

0d6bc7390490191139e3287e37bcaadfa6c2b482 authored over 13 years ago
Show syntax errors (stderr).

c17dfe6f9d4593730227e9fc2585ef11ee48b6a4 authored over 13 years ago
0.0.11

fa5f2e2e83f198e7add01dcfb1e5cc3bb5e080eb authored over 13 years ago
0.0.6

7af6e301f8922eb3be12ade18ec8e63ce4d35806 authored over 13 years ago
Added support for running tests written in coffee.

e8c6e6f6345d7acefe7a96502f89f3f3d40714f9 authored over 13 years ago
Better support for running tests in '.'

3317720ef6c3eb4c9fd97f314c75cfe3d5525838 authored over 13 years ago
Merge pull request #11 from iriscouch/master

Confirm that doesNotThrow doesn't freak out

5f1d80b61173df5f604fb4204ee1cfe4e30ac27f authored over 13 years ago
0.0.10

64cd0c94fad66bf0c323241f094f0d3a49d81e98 authored over 13 years ago
0.0.10

bbfa1f1c4e409379695c9dbb62a08341fe310cf7 authored over 13 years ago
Merge pull request #3 from iriscouch/master

Correct test.doesNotThrow() so it doesn't explode node-tap

e1dbb283249f369fedff10ad1088b9b0fea06650 authored over 13 years ago
Test doesNotThrow behavior

a9269ad0091af126e776ac68bef9653ff46482fd authored over 13 years ago
Return doesNotThrow result so it can be accounted for

0546b08fe7b09b514868875f72d6a9a5cfc12bf5 authored over 13 years ago
Test throwing/not-throwing detection

bf5a847a7527edd4f5402d19bed79f6b4b00a525 authored over 13 years ago
Add license file

/cc @dscape

319908c156138bbd64d9fd38264c7d382ab313f9 authored over 13 years ago
Add github repo to package.json

bb416c823fedaef6d0b0719f1f1fb374b9a47102 authored over 13 years ago
Make sure that the result name is a string before trimming

Hopefully this should fix isaacs/node-tap#9

d8635a8d820ebb43cc3aaccdcda282523a5c59d0 authored over 13 years ago
0.0.9

16b2d083a8b664add0c5517cd05d5f004e5fec02 authored over 13 years ago
Testing test failures work as expected

601a3baf98c374e3904069e77d8304faa6d646d4 authored over 13 years ago
0.0.9

805f87008a4827a7ae4c13980995a3e11e592e90 authored over 13 years ago
Handle stackless errors

1c4000e7d05688c19d2c2061d1490324d62163dc authored over 13 years ago
0.0.8

f5d0162b03c871f9fb1bf9081394cda4c8cccdca authored over 13 years ago
0.0.8

6202b9ce2e97d86006f1f9d7d92c25d68d1a2952 authored over 13 years ago
Helps to export the thing

6221ae4f4340ece70757b59cdb3528e79a90f78c authored over 13 years ago
A test of the test object

2634878ea28d739b7e59fbb150f9aa49a7aa994d authored over 13 years ago
0.0.7

9a89cd1c5c10eb31a572ffd8bf2938fe9d4f0b3a authored over 13 years ago
0.0.7

1f196dcb67e9033aac15ca4ac470a1cbfb9fb279 authored over 13 years ago
Correct the diff underline thingie

7cdd7eaf2171e62a59e4b93a92a67189f9fc770f authored over 13 years ago
add ifError for @mcavage

e083213f3e87a376097180291d02f50d9892212f authored over 13 years ago
Synonyms for ok and notOk

f80ce78b6d80e220a87106d5704b964aca1edf19 authored over 13 years ago
Cast ok to boolean

1141294976ac1690c4aaf35044815036fa228031 authored over 13 years ago
Move skip into assert(), not just in notOk

a87d384bf0253e4f1733edf7b5aba169939969e5 authored over 13 years ago
Add meta tests for odd values

7d35eb8c3d4ab7aafea16a4b940c4800e7ec35f0 authored over 13 years ago
Mark this test as todo

c0e0c0420c51732d0d8ab574af014d0c09c10192 authored over 13 years ago
results are already getting propagated, no need to rebroadcast

a39a892fe20f1b2d16d17de4b40340e6970046eb authored over 13 years ago
failing result test emits twice

477acae4b5dda48ac479177cf8f13110c39d809a authored over 13 years ago
Bump version for new tap-results

6255d3314c3466d75e1dcca8638612cd989a5ec7 authored over 13 years ago
A global harness without side effects. For @substack

0dd54db48206561f480bc1607e4c748615f928c4 authored over 13 years ago
Depend on 0.0.2 at least of tap-results

bc48a10a92548ce45e15b352ded593211ee31476 authored over 13 years ago
0.0.3

50dd97d8f8d6192bb135bb4664898b98fc785c6b authored over 13 years ago