Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mocha

simple, flexible, fun javascript test framework for node.js & the browser.
Collective - Host: opensource - https://opencollective.com/mochajs - Website: https://mochajs.org/ - Code: https://github.com/mochajs/mocha

Removed suite merging (for now)

this should be done at the reporting level when possible,
as it causes the side-effect of runnin...

github.com/mochajs/mocha - ce2451c39135a77ecc14704487aece5ff93612e9 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
add .css to make watch

github.com/mochajs/mocha - 1b85f324075ba19880d5c640a14632927a2a000b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
remove build files from .PHONY

didnt realize i had deps for these so they are not phony

github.com/mochajs/mocha - c44a099d1ea88a1dd599feb1ef1d6fbaa0f7d964 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.3.5

github.com/mochajs/mocha - a9ddb8e39254dbe665d447400185a04502cf3fc1 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed: clear timeout on uncaught exceptions. Closes #131

github.com/mochajs/mocha - 92cb0c1994a4aabf6f8b0b75b2e69539a2746ed8 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added Runnable#clearTimeout()

github.com/mochajs/mocha - 2c320e11de29e3b1f397d4122c39fd0908113f40 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
misc

github.com/mochajs/mocha - 9109c74d77284fa0fc532fe32c0a36ba9c2a6c28 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
port guillermo's stuff to support/tail.js

github.com/mochajs/mocha - 27fad9a8ef15d410fd478d2ea41105a0603f38b5 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #130 from guille/browser-uncaught

Added support for `window.onerror`.

github.com/mochajs/mocha - 8923d6e183e34a5b82960816f7667589fd81064a authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added support for `window.onerror`.

github.com/mochajs/mocha - a0182f784bd39d01668345117b185c8be07bc242 authored almost 13 years ago by Guillermo Rauch <[email protected]>
Merge pull request #129 from guille/makefile-phony

Makefile phony

github.com/mochajs/mocha - fdedcc391f4d7360bd96af50c7946d8b0b5c0df9 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added `mocha.css` to PHONY list.

github.com/mochajs/mocha - 2817cfae98907ed8f7e73f70432c8fadd35853fc authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added `mocha.js` to PHONY list.

github.com/mochajs/mocha - dcf16bfcd2fdc52d8d9cdc6a16604ae1d8bea9a0 authored almost 13 years ago by Guillermo Rauch <[email protected]>
make clean removes .css

github.com/mochajs/mocha - aacea18cbb816a6537deaf7264476433cca96ae4 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.3.4

github.com/mochajs/mocha - 58b13c24eebed67af007313b47636564c65d361f authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed: run afterEach even on failures. Closes #125

github.com/mochajs/mocha - 1dbf924c8a9efed069701bc97ffecb9f60fb8064 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added: allow done() to be called with non-Error

this will a) not confuse the shit out of the reporter
b) allow you to use done() as shown here i...

github.com/mochajs/mocha - 2024f8b5d33ac269425c5645d17cd9f917dbea4c authored almost 13 years ago by Tj Holowaychuk <[email protected]>
scope css rules to #mocha

github.com/mochajs/mocha - 919185b1e3e525fe910a800a93719ad4d8085b9c authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added: return Runner from `mocha.run()`. Closes #126

github.com/mochajs/mocha - 9b03e7f9cfb41ebfb27b93afe516600986c01c7a authored almost 13 years ago by Tj Holowaychuk <[email protected]>
browser/debug.js

github.com/mochajs/mocha - c0a3011c535bfb77383dd39b6a7377dfcdec36b9 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
stub debug() for browser

github.com/mochajs/mocha - 25db51e5afe046a6b8881ababe31d7f51a4bb3e0 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed clobbering of current runnable. Closes #121

github.com/mochajs/mocha - 0d9a88877bc2a3e4e50010973112d2eca3602e22 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.3.3

github.com/mochajs/mocha - e71e0dc04d5951597c25c227dae4d4e98cf18f8a authored almost 13 years ago by Tj Holowaychuk <[email protected]>
added watch instrumentation

github.com/mochajs/mocha - a72ebc2ffb69bf425690ac626a0cead757a91208 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'feature/debug-instrumentation'

github.com/mochajs/mocha - 0e6df8d2cdef905325ce5a24b654699a35834be6 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed hook timeouts. Closes #120

github.com/mochajs/mocha - 736ae41168f985a0c67338d969d69ab1c3cce5ed authored almost 13 years ago by Tj Holowaychuk <[email protected]>
more debugging

github.com/mochajs/mocha - b94b2c67c9136145b6a999f6c955816efe0c9466 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
set with ._timeout to prevent debug output

github.com/mochajs/mocha - 0b09f3703470707437a553adce689f293de0bda6 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
suite.timeout() => Number

github.com/mochajs/mocha - ce22ae79c94653bb4d674d698dfc542990e95339 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
misc

github.com/mochajs/mocha - 76c47174181637e57f22e4636fa9235a70f30de3 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
runnable instrumentation

github.com/mochajs/mocha - 0aa4ad7ca805ecf7d39d6d293e8f1aeaa16b9ccb authored almost 13 years ago by Tj Holowaychuk <[email protected]>
instrumented suite

github.com/mochajs/mocha - d264455609c3233c9a17c83b775a388b2f8b3d9e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
debug() instrumentation for runner

github.com/mochajs/mocha - 323e445ea81ab3accfb041d22121ae78d28717de authored almost 13 years ago by Tj Holowaychuk <[email protected]>
added debug dep

github.com/mochajs/mocha - d76f15efb038a6b438d9aa2ea97cd1d5acd93446 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed uncaught exceptions in hooks

previously this would fail:

before(function(done){
setTimeout(function(){
console.l...

github.com/mochajs/mocha - 364a0ad6c04e6c6599368780b09b4a5fb493bec2 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.3.2

github.com/mochajs/mocha - 0345e2dcdbeb4f81a111454bb21524afb72d414b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed weird reporting when err.message is not present

nodes core "assert" lib will throw without a .message,
for example assert(1 == 2), assert(1 == 2...

github.com/mochajs/mocha - f549dae45f7573401d98e790874271ddb78207a6 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.3.1

github.com/mochajs/mocha - d9c1b67ca6d090ace5144c0835e11165cf369fa5 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed event emitter leak. Closes #117

github.com/mochajs/mocha - e673963057eb11cd0ec95935b1d163a69820ceda authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed: export Spec. Closes #116

github.com/mochajs/mocha - c1a519f22f8b896f3c7b811e3534111c2cd81cdd authored almost 13 years ago by TJ Holowaychuk <[email protected]>
build

github.com/mochajs/mocha - 82765058ff574c4bc673fb70f0c85ebacfda856e authored almost 13 years ago by TJ Holowaychuk <[email protected]>
merged

github.com/mochajs/mocha - f3a11b371425c56eb80271a39e3bd64602d80402 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
grep

github.com/mochajs/mocha - 6b150042f3051fe6b599c90c6cd1b37d17b46c25 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
misc

github.com/mochajs/mocha - ed36bd335b2e3fc6733c290a9f0499602f17e299 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
misc

github.com/mochajs/mocha - 30671352e6317f3ab99cf9df7d5d4c328e91cc68 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
globals

github.com/mochajs/mocha - 210e6e71704684ded6d1482c0dcefba66c80dba8 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
updated cli help

github.com/mochajs/mocha - 2fa3288e4f4443adaa1c612ffbbc04a38bf80511 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
optional runner function

github.com/mochajs/mocha - 25c6248a57df4d3b5d3cf9b4c333207e0eeeca41 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
stubbed fs for client

github.com/mochajs/mocha - f5c482b218e11cfebb11f20bfb819140152eb44c authored almost 13 years ago by TJ Holowaychuk <[email protected]>
changelog

github.com/mochajs/mocha - 51c2943a98d946640f756960169ed2b122bbd52b authored almost 13 years ago by TJ Holowaychuk <[email protected]>
clear watcher line

github.com/mochajs/mocha - 8866e7a3ff8c1d3c3a112e4987eed4b68b28ca88 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed --watch with paths omitting ".js"

github.com/mochajs/mocha - b4bdd4f70e36af5061577952ddaee4b827ae86d5 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added -w, --watch. Closes #72

github.com/mochajs/mocha - ac30906f2909611bde27ee7e454f43213ffdcb7b authored almost 13 years ago by TJ Holowaychuk <[email protected]>
build

github.com/mochajs/mocha - 37e80a9285ce5aa86a68c8fe0e6537042df250bb authored almost 13 years ago by TJ Holowaychuk <[email protected]>
merged previous commit to correct file

github.com/mochajs/mocha - f117219988a30726d24a5897774e3cf00c9ba912 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #112 from hokaccha/master

browser view, .pass and .pending

github.com/mochajs/mocha - ebab9609fc2f09e4adc210472e5e55da704d6fb1 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed browser view, .pass and .pending

github.com/mochajs/mocha - 0356c82c7386c82a57fe2cd2661856f9586a4b33 authored almost 13 years ago by hokaccha <[email protected]>
renamed check_global_leaks to something more js-like

github.com/mochajs/mocha - e8629c90eedc168ddbc746bb0418943a420f7049 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #105 from quangv/mine

add a flag to ignore global var leaks #82

github.com/mochajs/mocha - 2daa8cd7eaf361726ed4944b2319e9f34eb9482f authored almost 13 years ago by TJ Holowaychuk <[email protected]>
renamed --leaks to --ignore-leaks

github.com/mochajs/mocha - d44487ea186aa104f77bd61126060b0d6819b226 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
add flag to ignore global leaks #82 works.

github.com/mochajs/mocha - a9d422d49a67b208b11dfc6211bc80e2f2fd77d1 authored almost 13 years ago by Quang Van <[email protected]>
add flag to ignore global leaks #82

github.com/mochajs/mocha - 2765c21d05b3c19a793c73c8fea650e0ae4b52fb authored almost 13 years ago by Quang Van <[email protected]>
Fixed global in pull-request

github.com/mochajs/mocha - 7817d158e1f52917bea2876d8a7ceca7086117b6 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #95 from hornairs/master

Add support for a ?grep=pattern search variable for filtering the tests run in the browser.

github.com/mochajs/mocha - d05657fdaebfe086a0f83d6aa02018bd8852bff1 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Add support for a ?grep=pattern search variable in the browser to allow filtering of the tests run.

github.com/mochajs/mocha - ca23fb25ba0f16fc6d9c80daa398cc9cc76a9522 authored almost 13 years ago by Harry Brundage <[email protected]>
Release 0.2.0

github.com/mochajs/mocha - 8ea4034781d35106075d7b98fe010b07236c4247 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed funky highlighting of messages. Closes #97

the whole "at" indexOf thing was a brutal idea :D haha

github.com/mochajs/mocha - 7f152567f1ec4d362d373b9f724d57738c604433 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
misc refactoring

github.com/mochajs/mocha - 67dd5b45c3f1bf8a5e2aec8e49c936838c1b7b1b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed bug when --globals is not used. Closes #101

github.com/mochajs/mocha - 5b702fe0f2722a218f91396f81cfa41e92596ab7 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

github.com/mochajs/mocha - c0062f7bcd147ac3dd183042c0e8626a697c5176 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added --globals <names> to specify accepted globals. Closes #99

github.com/mochajs/mocha - a021710257cd192813257ea09be962f5f7ee9f89 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed mocha-debug args... :)

github.com/mochajs/mocha - d019c7451262dfd6b77ba0dc85a79967ecb5292d authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed mocha-debug(1). Closes #232

kinda lame but this should suffice

github.com/mochajs/mocha - 1a8f9370351192657cb19d6ffd7830f77e77c4f8 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed growl total, use runner.total

github.com/mochajs/mocha - d1f773e6e873730dfe60809e118b66d34f8cf709 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.1.0

github.com/mochajs/mocha - 7d9c0ddb476e16dc3f92158350f47fa7d06fbff9 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed coffee-script support

github.com/mochajs/mocha - 98118b483cbc310a9f261a0b4aa4566ad560e2d1 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
clean up weird whitespace in pull-request

github.com/mochajs/mocha - c3555f5ae1c1700709e475db440c5baca1f485fb authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #91 from dhendo/master

Allow setup an teardown to be performed at the suite level for the tdd interface.

github.com/mochajs/mocha - b1282d712666d29db75a312f53e5c81e5d684f2a authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added suiteSetup and suiteTeardown to allow setup and teardown for the whole tdd suite#

github.com/mochajs/mocha - ff011726ca045ef77b978b780600d767039352aa authored almost 13 years ago by David Henderson <[email protected]>
udpated

github.com/mochajs/mocha - a0fd26a73850737c1ae3b23db35cc6055be0b323 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
typo

github.com/mochajs/mocha - d05ca94f235b5ae228416713bb5a8d26b35f8586 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
added root test suite test

this is technically 100% valid, an after()
here might be useful if you have something
you want t...

github.com/mochajs/mocha - 9585c00aa1c4876fa52bde3f232ec060e7d7928b authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Added growl icons. Closes #84

github.com/mochajs/mocha - 560cdbf62a6512e57070fc145ab125767c3a1d70 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Release 0.0.8

github.com/mochajs/mocha - 6d307756b73fed771bdd807bcf5179c71ce31d52 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed: use Runner#total for accurate reporting

github.com/mochajs/mocha - fa8b4833dd37ddc7b77e12bdeda153808780d3f3 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
tweak spec reporter

github.com/mochajs/mocha - c5fb6b9f2e670a824f2b77ae6611a93c4f22a99e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
refactoring internals

github.com/mochajs/mocha - 5a218f5f070f35d240c39653a63e61cb4291375f authored almost 13 years ago by Tj Holowaychuk <[email protected]>
removed my test file

github.com/mochajs/mocha - 2632d6fe0681e3b3721b8a5eb4c48455018bd156 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.0.7

github.com/mochajs/mocha - d746a3271ae3739bc116c009fc6f4e0a747cbf6f authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'refactor/runnables'

github.com/mochajs/mocha - 5c43c04c5fc6519d943be310c8fbbe6d836f0f8e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
more tests

github.com/mochajs/mocha - 14fc500b67b168c795451ad91d0b106a9e6d5510 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
more tests

github.com/mochajs/mocha - 2c455d851255962aea58b1037640ebad5848d0f1 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed global leak reporting in hooks

github.com/mochajs/mocha - 75ebe53718755f3ff3fd019dd0f0d91807d1c5b8 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'refactor-runnables-hooks' into refactor/runnables

github.com/mochajs/mocha - cba32af8a18cba3144373fae8f4d29ec1f7731b5 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
refactored hook failures

github.com/mochajs/mocha - 1c84df3e45f77be047247cc6d1988f0f10cd113a authored almost 13 years ago by Tj Holowaychuk <[email protected]>
utilizing new Hooks

github.com/mochajs/mocha - 9d7fd2753be95584d6d72adfdca69edb71a3d7a5 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
plugging in Hook

github.com/mochajs/mocha - c0bb91886fd991cb7bc51dabe5005122eba8d344 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added Hook

github.com/mochajs/mocha - 27dceada39b4271447199f588aa03edaa73a88c0 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
utilize new "error" event

github.com/mochajs/mocha - 556c8ae7e7d7f6ecd50cad7fc125d090350c2a0e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
utilize new "error" event

github.com/mochajs/mocha - fff4926a8ab0aca2cab3c51b671616ff450b7784 authored almost 13 years ago by Tj Holowaychuk <[email protected]>