summaryrefslogtreecommitdiff
path: root/mocha_test
Commit message (Expand)AuthorAgeFilesLines
...
* | Spaces added to parameters in tests.Steve Robb2016-05-071-4/+4
* | Fixes for ES6 tests.Steve Robb2016-05-011-12/+29
* | Merge branch 'master' into es6arrowsSteve Robb2016-04-261-23/+5
|\ \ | |/
| * Revert injection of results in the final callack to autoInject.Steve Robb2016-04-251-20/+2
* | Code style fixes.Steve Robb2016-04-251-11/+11
* | Arrow function support in ES6.Steve Robb2016-04-251-0/+13
|/
* fix flaky testAlexander Early2016-04-071-2/+2
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-071-3/+6
* convert applyEach tests to mochaAlexander Early2016-04-071-0/+96
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-071-2/+20
|\
| * Array results test.Steve Robb2016-04-061-2/+20
* | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-071-2/+2
|\ \
| * | #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+2
| |/
* | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-071-0/+32
|\ \ | |/ |/|
| * change tabs to 4 spaces per linterbspates2016-04-051-21/+21
| * update comments to match change to ensureAsyncbspates2016-04-041-2/+2
| * update unit tests to test issue through ensureAsync, not helper methodbspates2016-04-041-16/+22
| * rename test file from intialParams to ensureAsyncbspates2016-04-041-0/+0
| * update initialParams import to match project stylebspates2016-04-031-3/+3
| * add unit test for context curring when using initialParamsbspates2016-04-031-0/+26
* | fix lint errorAlexander Early2016-04-052-2/+2
* | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-052-0/+28
|/
* tighten timeoutsAlexander Early2016-04-027-23/+25
* tweak timeout in testAlexander Early2016-04-021-1/+1
* tweak timeouts in queue/cargo testsAlexander Early2016-04-022-3/+3
* speed up queue.pause() tests and remove race conditionAlexander Early2016-04-021-22/+22
* speed up cargo testsAlexander Early2016-04-021-16/+16
* speed up queue testsAlexander Early2016-04-021-21/+21
* fix cargo events testqueue-724Alexander Early2016-03-221-2/+4
* convert cargo tests to mochaAlexander Early2016-03-221-0/+262
* changed saturated and unsaturated to better reflect realityAlexander Early2016-03-222-17/+22
* convert priorityQueue tests to mochaAlexander Early2016-03-222-4/+110
* convert queue tests to mochaAlexander Early2016-03-221-0/+598
* iterator -> iteratee in mocha_test/Alexander Early2016-03-183-13/+13
* re-enable test, handle omitted retry optionsAlexander Early2016-03-111-2/+1
* Merge branch 'master' into retryableAlexander Early2016-03-118-16/+344
|\
| * add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-093-0/+32
| * fix autoInject testAlexander Early2016-03-091-1/+1
| * Merge pull request #1049 from caolan/auto-no-deferralAlex Early2016-03-091-16/+25
| |\
| | * refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-061-16/+25
| * | Merge pull request #1055 from caolan/autoinjectAlex Early2016-03-091-0/+77
| |\ \
| | * | added autoInject, adapted from #608Alexander Early2016-03-081-0/+77
| * | | Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-081-0/+101
| |\ \ \ | | |/ / | |/| |
| * | | Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-082-0/+62
| |\ \ \
| | * | | pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-072-0/+62
| * | | | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-081-0/+148
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | defend against multiple callbacksAlexander Early2016-03-061-18/+19
| | * | | convert test to mochaAlexander Early2016-03-061-0/+147
| | | |/ | | |/|
* | | | added retryable wrapper for async tasksAlexander Early2016-03-071-0/+65
| |_|/ |/| |
* | | make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-0/+101
|/ /