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
30697e815d3841bed7c741abde84e07278a11bc8 authored almost 10 years ago
879ada9dacef07e749c9c3f47a5cae3dc78a82a5 authored almost 10 years ago
Also support `{ bail: true }` in the options passed to t.test and
t.spawn.
eda9a483b3b9655d1c8bade711d886929e6d501d authored almost 10 years ago
This also means that the only place that needs to know about
env.TAP_TIMEOUT is the bin/run.js f...
ed72a4ddf3e0183d794b3bbad9a60ee4256d9bdf authored almost 10 years ago
Move out of ctor and into a standalone method
1ce6944ee0fd67fbfad370f4ea5c8d45650feacc authored almost 10 years ago
It's WAY too noisy, especially when a deeply nested child fails, and
then bubbles up through par...
6ff62e1c73589f0377ff49b7333b4784f3a43850 authored almost 10 years ago
de06261e2f16867b46a543c0082ed657033f3d87 authored almost 10 years ago
7b5a1c863252e9da73a4cecc4e4c6874d58331af authored almost 10 years ago
62c6582cce1a41ac75351ae63062c5eee1d70df1 authored almost 10 years ago
c8a76cadeb9e0b517fb8cb41492cef3b64db8f9f authored almost 10 years ago
372bbd791655afe2bafa3ba9e967bfbaa3807c1f authored almost 10 years ago
This one generates some nice diffs with the -Rclassic reporter
dcb18aac2713ad1d71241fb39ddd84ef5778f80b authored almost 10 years ago6fbeb645d7822dbcb4f42accbb15f2dba8128690 authored almost 10 years ago
This was messing with the stack and 'at' diags on asserts that
call into some other assert, like...
This introduces an interesting and, in my opinion, preferable change in
semantics, by making the...
0b2966dfa222adc816ab299d314375a884987fed authored almost 10 years ago
592ef17405b982bc1857a2ec4f2bcd10c9c84160 authored almost 10 years ago
Throwing is only handled well within a test, not at the root
That's something that should proba...
0a2afcb079a39b1cdacdf3e63a0b6e98934578a6 authored almost 10 years agocf77e9922eb134124f82a868dd7cdba707bd7ddb authored almost 10 years ago
It had a pretty good run. But now, it's...
~puts on shades~
not ok.
This test is kind of redundant, but it was a nice check to
verify backwards mostly-compatibility
1d4cde7b1bf6336bd68f7f3a892774765d35f069 authored almost 10 years ago
992ef8ae4b2766035bc3818e598c285b27dc2140 authored almost 10 years ago
af131f210fa6806c8e8c9316e945f49a27dfec1b authored almost 10 years ago
7c1e2023d3f67f6f9b59f6f09dd3d3cb4a42e7e8 authored almost 10 years ago
ae82ddf2f832d29b3acd72831048126a8edb7fb7 authored almost 10 years ago
ce376baa7504bf709575c7a58ecda4295ac405ce authored almost 10 years ago
The better to debug tap parser/formatter libs
a78c2f3d5384a0734143841145113ed47e0b59a4 authored almost 10 years agod57fc1299d748f8323eb9bcd4db394cf982e17a2 authored almost 10 years ago
1f1a4213bcd833dca15aeee2b5b4c8c44bbe26be authored almost 10 years ago
Don't show spawn() options unless some were set.
Always print stack trace last
Allow anything ...
bf32e2e2db145df63a3c50baf810835205f34b2a authored almost 10 years ago2fc1d1635e87d5c9e4064bf5aa97d164b14f8cff authored almost 10 years ago
939af051eae29ed713f4eba44041acda47f5e318 authored almost 10 years ago
c988c42b51c652904b3d21f7afd53527472bb452 authored almost 10 years ago
fcfa82cd1f1ef105fd67316fd56e85d1ea7cf70d authored almost 10 years ago
c08537ecdcaa68ccf1708dba8dfec4e028e0cf72 authored almost 10 years ago
a97848e3263e7b30693428ef92608496d17303f3 authored almost 10 years ago
10189569e3c703688c0225035c8ead8121d2f683 authored almost 10 years ago
94409de243c9bc7d7856799ff088ec641f8758e2 authored almost 10 years ago
69e50a12c9ca00311857ee741e41ca2a73b0bdd2 authored almost 10 years ago
1e737dd694d8f099f59c78e19e73ebb569e0ffd3 authored almost 10 years ago
90abd45a4e9811120037dd29698200a6589fdfa4 authored almost 10 years ago
13037a6d7bb48a84291f21cc5e9928207b377e2b authored almost 10 years ago
26df39a2f93024fe8199c0334fb78998157cb0d2 authored almost 10 years ago
fec33b3a610012005049d7fae3433b25a4c2a3e1 authored almost 10 years ago
784ee1f71c2cc459b2da6a8a422b935b9dae0351 authored almost 10 years ago
ec0102eca37275b6cf39828e5d1f5d1c37cd25c6 authored almost 10 years ago
963b2bdd36f6463cbcbd2e375b74001c2654dc57 authored almost 10 years ago
b50e4af8858a1c09e4565e90eff5e228de967d2e authored almost 10 years ago
5ae8adafa36bcc371ef1c4e5b874591aca093549 authored almost 10 years ago
e63dbc162b16242172743bce711f0ff66b588cb8 authored almost 10 years ago
This removes a huge source of excessive noise. You almost
never care about the fact that a stac...
set the bin and main fields.
This is actually kinda useful now. Still todo:
1. Coverage
2. In...
4a9e26df924855b3ada23496b92e5d9b96a9cbf0 authored almost 10 years ago
d8f62cc42b4c166d4078ec6a004d42b90675f68e authored almost 10 years ago
So much more readable.
bfd03c0114a4f9d60f1537181d9faec19d4452ad authored almost 10 years agoFor tests, standard error should be sacrosanct.
097cb14d9cd575132a1b2bd1ab791bca79125883 authored almost 10 years ago88a7485829bb31567901657976d005f4359eda4b authored almost 10 years ago
ca0570501a9d316235ce337d36d07b071ee17e0c authored almost 10 years ago
ca87e1fe290d40758f62242b61ae0b2530e72dcc authored almost 10 years ago
d5c69ec9097fe7c0e366da7118ae946bef7e244d authored almost 10 years ago
040f4a43af2e1153883bf32d8c4604861dcbbeef authored almost 10 years ago
6e92e45af84c5a608effa53ec69317e1392910e7 authored almost 10 years ago
dbed092a63896d05ffcde0094578345db290bd11 authored almost 10 years ago
05d812fc900349ab5c4123147afe1b19a1bae4f4 authored almost 10 years ago
41e6ba8cbb7b58325aa4366fef78bfc1d55dbd05 authored almost 10 years ago
Report all time info with a '# time=##ms' style, according to
https://github.com/TestAnything/Sp...
227574734899c1a07a12a57e260a8c20e6eaa88d authored almost 10 years ago
dbe786b7d053e098e67160e41442d28d5a460ab8 authored almost 10 years ago
007aa4e4a3aaed8a61c1eb10f269f69f8d178c54 authored almost 10 years ago
141eec5218c25e29d40d59b9d23fe2f62733109a authored almost 10 years ago
c4aae7abd9e1abc7497e0cf2b9734e35fe241043 authored almost 10 years ago
Before launch, probably need to just go ahead and change this. I doubt
anyone is depending on i...
a69c4e2e1978c5611fab1d7b220c822d13d96cda authored almost 10 years ago
74e96c54dc94709b62820711a03b5d675afb5938 authored almost 10 years ago
c3fdb8236adfb86e99b88982b6064379d8254a52 authored almost 10 years ago
7d78e52a935142ebcd1740ff5ac2eb2fdb32a010 authored almost 10 years ago
03406e8755b2f8697fecdb879b96361bcba2475e authored almost 10 years ago
6cd663d84a2330e3b7be225165b773fc9b2ecf39 authored almost 10 years ago
b3af0e9e517b5ee0d2c555df513537a7419c1ea4 authored almost 10 years ago
52c4fcb0520e7f1c06cb0702041d0701cdd9f80b authored almost 10 years ago
8180f2f02bf23b8c9e37d0ecb92ce51f1f230143 authored almost 10 years ago
The better to report failing plans with.
Thanks to @iarna for calling out
cfeee4cfb443d96dd6b8d8104e63b24cf4b35146 authored almost 10 years ago08a1e8d5566909078fc92fe2212f12779ddebb25 authored almost 10 years ago
34dae091fd99e6ecb52290258176686795aa67e1 authored almost 10 years ago
9a63fdea2b2fcbd9e9dca0c4c0fc3c2d3844db03 authored almost 10 years ago
Instead of commenting at the parent level, make the comment the
first thing in the Child test le...
Also a test that does some funky mocha-like stuff.
0f9717af432225ff2dafe3f7895565ca7cd21580 authored almost 10 years ago85d5e03436cff51e91b36ef445f0e1163bf49573 authored almost 10 years ago
Otherwise we don't know when an 'ok' test is todo/skip
fd7ce902d029cc8974e9aef279a3954c77122058 authored almost 10 years ago95f15e936ed2c84c6c17c6afa3ed7c83eb0ded62 authored almost 10 years ago
cee61760d595e6a0dd5844c2741d0a0c3fd32be1 authored almost 10 years ago
530e197c97ab9288b5005bdec312b7bfc2d0bf9a authored almost 10 years ago
426523d38ededf4dd4a88081fbabf75bafdb2ed5 authored almost 10 years ago
4590bb7345b9a01b589fb827240c13b561807bcc authored almost 10 years ago
be2397a0dbd8ef93059e5c07a4a58c984cfda0f8 authored almost 10 years ago
eb92cda34f0702f5f40576403c8b1cd23c361d01 authored almost 10 years ago