summaryrefslogtreecommitdiff
path: root/mocha_test
Commit message (Expand)AuthorAgeFilesLines
* add a test for a unique waterfall fail caseAlexander Early2017-04-031-1/+31
* use async.setImmediateAlexander Early2017-04-021-1/+1
* change timing of q.empty() so that q.idle() will be false. Fixes #1367Alexander Early2017-04-021-0/+29
* add test case for autoInject holy grailAlexander Early2017-03-251-0/+20
* handle async functions in relevant utility methodsAlexander Early2017-03-251-0/+65
* handle async funcs in control flow methodsAlexander Early2017-03-251-0/+342
* wrapped all collections methodsAlexander Early2017-03-241-0/+169
* factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-221-12/+3
* initial experiment with async fn supportAlexander Early2017-03-222-0/+106
* Added test for filter with an object-collection, where the filtering fails. T...Erik Krogh Kristensen2017-03-141-0/+13
* Added test for calling transform with two argumentsErik Krogh Kristensen2017-03-131-0/+11
* [#1348] initial groupBy implementation (#1364)Hubert Argasinski2017-02-271-0/+354
* fix for #1358Alexander Early2017-01-301-0/+39
* enhance "inexistent dependencies" test to check that exception message contai...Jah Raphael2017-01-081-1/+1
* Merge pull request #1320 from caolan/pr/1297Graeme Yeates2016-11-141-0/+43
|\
| * Handle iteratorspr/1297Graeme Yeates2016-11-111-0/+31
| * Test filtering an object.Cody Taylor2016-10-161-0/+12
* | Add retries to a flakey retries test casetest-retryGraeme Yeates2016-11-121-0/+4
* | Retry some of the flakier tests on failureGraeme Yeates2016-11-121-0/+6
* | Add short circuit test for everyGraeme Yeates2016-10-151-0/+27
* | Short circuit loops completely for some,every,detect when ready [fixes #1293]Graeme Yeates2016-10-152-1/+54
|/
* fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-081-6/+0
* rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-042-5/+5
* changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-032-17/+17
* add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-022-1/+125
* Add infinity case tests for eachOfLimitGraeme Yeates2016-07-211-0/+13
* Run "asyncify promisified" tests in browser. Fixes #1235Travis Warlick2016-07-141-69/+64
* Use @nodeonly mocha tag to prevent non-browser tests from running with karmaTravis Warlick2016-07-147-41/+6
* Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-121-61/+0
* Make retry tests more resilientGraeme Yeates2016-07-121-2/+2
* Merge pull request #1231 from caolan/retryAlex Early2016-07-121-1/+22
|\
| * Ensure retry can resolve synchronously in fastest caseGraeme Yeates2016-07-121-0/+10
| * Retry passes all arguments to callbackGraeme Yeates2016-07-121-1/+12
* | Merge pull request #1230 from suguru03/fix-priority-queueAlex Early2016-07-121-0/+29
|\ \
| * | fix execution orderSuguru Motegi2016-07-121-0/+29
| |/
* | Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. nyc...Travis Warlick2016-07-123-3/+3
|/
* #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-111-0/+16
* sorted out until's test argsAlexander Early2016-07-091-2/+4
* sort out whilst's test argsAlexander Early2016-07-091-2/+4
* sorted out during's test argsAlexander Early2016-07-091-3/+4
* Merge pull request #1205 from caolan/dllAlex Early2016-07-021-1/+1
|\
| * Implment queues using DLLsGraeme Yeates2016-06-301-1/+1
* | Remove only from parallel testAndrés Aldana2016-06-301-1/+1
* | First commit, reflectAll allow to accept object of functionsAndrés Aldana2016-06-301-1/+83
|/
* Merge pull request #1190 from ivanseidel/masterAlex Early2016-06-281-0/+46
|\
| * Consider non-explicit parameters in validationIvan Seidel2016-06-231-0/+14
| * Fix test to pass NodeJs 4Ivan Seidel2016-06-181-0/+12
| * Allow use es6 object method shorthandIvan Seidel2016-06-181-0/+20
* | Remove unhandled rejection listener after asyncify tests are completeRay Myers2016-06-231-2/+8
* | Added test case to make sure that callback isn't called multiple times in asy...Ray Myers2016-06-221-0/+26
|/