[Pkg-javascript-commits] [node-mocha] 05/10: Merge tag 'upstream/2.2.5'

Leo Iannacone l3on-guest at moszumanska.debian.org
Sat May 30 15:58:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

l3on-guest pushed a commit to branch master
in repository node-mocha.

commit 8eba9f5938aeea24ea7491f4f4f476860cb62093
Merge: 18c16ce aeb656e
Author: Leo Iannacone <info at leoiannacone.com>
Date:   Sat May 30 17:25:30 2015 +0200

    Merge tag 'upstream/2.2.5'
    
    Upstream version 2.2.5
    
    # gpg: Signature made Sat 30 May 2015 17:25:26 CEST using RSA key ID D282FC25
    # gpg: Good signature from "Leo Iannacone <l3on at ubuntu.com>"
    # gpg:                 aka "Leo Iannacone <leo.iannacone at gmail.com>"
    # gpg:                 aka "Leo Iannacone <l3on at ubuntu-it.org>"
    # gpg:                 aka "Leonardo Iannacone <leonardo.iannacone at studio.unibo.it>"
    # gpg:                 aka "Leo Iannacone <info at leoiannacone.com>"
    # gpg:                 aka "Leonardo Iannacone <liannacone at arces.unibo.it>"

 .editorconfig                                      |   18 +
 .mailmap                                           |    1 +
 .travis.yml                                        |   16 +-
 CONTRIBUTING.md                                    |   49 +
 History.md => HISTORY.md                           |  144 ++-
 LICENSE                                            |    2 +-
 Makefile                                           |   53 +-
 README.md                                          |   11 +
 Readme.md                                          |  203 ----
 bin/_mocha                                         |  112 +-
 bin/mocha                                          |   26 +-
 bin/options.js                                     |   36 +
 bower.json                                         |   30 +-
 component.json                                     |   14 +-
 index.js                                           |    3 +-
 lib/browser/debug.js                               |    1 -
 lib/browser/escape-string-regexp.js                |    8 +-
 lib/browser/events.js                              |    3 +-
 lib/browser/progress.js                            |   12 +-
 lib/browser/tty.js                                 |    1 -
 lib/context.js                                     |   13 +-
 lib/hook.js                                        |    1 -
 lib/interfaces/bdd.js                              |   39 +-
 lib/interfaces/common.js                           |   58 ++
 lib/interfaces/exports.js                          |    1 -
 lib/interfaces/index.js                            |    1 -
 lib/interfaces/qunit.js                            |   45 +-
 lib/interfaces/tdd.js                              |   46 +-
 lib/mocha.js                                       |   69 +-
 lib/pending.js                                     |   16 +
 lib/reporters/base.js                              |   57 +-
 lib/reporters/doc.js                               |    1 -
 lib/reporters/dot.js                               |    3 +-
 lib/reporters/html-cov.js                          |    3 +-
 lib/reporters/html.js                              |   24 +-
 lib/reporters/index.js                             |    1 -
 lib/reporters/json-cov.js                          |    1 -
 lib/reporters/json-stream.js                       |    7 +-
 lib/reporters/json.js                              |    1 -
 lib/reporters/landing.js                           |    7 +-
 lib/reporters/list.js                              |    1 -
 lib/reporters/markdown.js                          |   21 +-
 lib/reporters/min.js                               |    1 -
 lib/reporters/nyan.js                              |   26 +-
 lib/reporters/spec.js                              |    7 +-
 lib/reporters/tap.js                               |    1 -
 lib/reporters/templates/menu.jade                  |    2 +-
 lib/reporters/templates/style.html                 |    8 +-
 lib/reporters/xunit.js                             |   51 +-
 lib/runnable.js                                    |   32 +-
 lib/runner.js                                      |  119 ++-
 lib/suite.js                                       |   15 +-
 lib/test.js                                        |    1 -
 lib/utils.js                                       |  408 +++++++-
 media/logo.svg                                     |    3 +-
 mocha.js                                           | 1093 ++++++++++++++------
 package.json                                       |   28 +-
 support/compile.js                                 |    1 -
 support/foot.js                                    |    2 +-
 support/tail.js                                    |    3 +-
 test.js                                            |    9 +
 test/acceptance/context.js                         |    1 -
 test/acceptance/diffs.js                           |   87 --
 test/acceptance/duration.js                        |    1 -
 test/acceptance/failing/timeout.js                 |   17 -
 test/acceptance/fs.js                              |    1 -
 test/acceptance/glob/glob.js                       |    1 -
 test/acceptance/globals.js                         |    1 -
 test/acceptance/http.js                            |    3 +-
 test/acceptance/interfaces/bdd.js                  |    1 -
 test/acceptance/interfaces/exports.js              |    1 -
 test/acceptance/interfaces/qunit.js                |    3 +-
 test/acceptance/interfaces/tdd.js                  |    1 -
 test/acceptance/misc/asyncOnly.js                  |   10 -
 test/acceptance/misc/bail.js                       |   21 -
 test/acceptance/misc/cascade.js                    |   58 --
 test/acceptance/misc/exit.js                       |    5 +
 test/acceptance/misc/grep.js                       |   22 -
 test/acceptance/misc/many.js                       |    2 +-
 test/acceptance/misc/nontty.js                     |    1 -
 test/acceptance/misc/only/bdd.js                   |    3 +-
 test/acceptance/misc/only/qunit.js                 |    3 +-
 test/acceptance/misc/only/tdd.js                   |    3 +-
 test/acceptance/multiple.done.js                   |   16 -
 test/acceptance/pending.js                         |    4 -
 test/acceptance/require/require.js                 |    1 -
 test/acceptance/root.js                            |    3 +-
 test/acceptance/test.coffee                        |    2 +-
 test/acceptance/throw.js                           |  111 ++
 test/acceptance/timeout.js                         |    1 -
 test/acceptance/uncaught.js                        |   17 -
 test/acceptance/utils.js                           |  278 ++++-
 test/browser/grep.html                             |   51 +
 test/browser/grep.js                               |  108 ++
 test/browser/large.js                              |    3 +-
 test/browser/stack-trace.html                      |   24 +
 test/browser/stack-trace.js                        |   20 +
 test/color.js                                      |   17 +
 test/grep.js                                       |   18 +-
 test/hook.async.js                                 |    1 -
 test/hook.err.js                                   |    6 +-
 test/hook.sync.js                                  |    3 +-
 test/hook.sync.nested.js                           |    1 -
 test/hook.timeout.js                               |    3 +-
 test/http.meta.2.js                                |   19 +-
 test/http.meta.js                                  |   23 +-
 test/integration/diffs.js                          |   45 +
 test/integration/fixtures/cascade.js               |   57 +
 .../fixtures/diffs/diffs.css.in}                   |    2 +-
 .../fixtures/diffs/diffs.css.out}                  |    2 +-
 test/integration/fixtures/diffs/diffs.js           |   84 ++
 test/integration/fixtures/diffs/output             |   91 ++
 test/integration/fixtures/multiple.done.js         |   18 +
 .../fixtures/options/async-only.async.js           |    3 +
 .../fixtures/options/async-only.sync.js            |    1 +
 test/integration/fixtures/options/bail.js          |   25 +
 test/integration/fixtures/options/delay.js         |   19 +
 test/integration/fixtures/options/grep.js          |   12 +
 .../fixtures/options/sort.alpha.js}                |    2 +-
 .../fixtures/options/sort.beta.js}                 |    2 +-
 .../fixtures/pending/skip.sync.before.js           |   13 +
 .../fixtures/pending/skip.sync.beforeEach.js       |   13 +
 .../integration/fixtures/pending/skip.sync.spec.js |   10 +
 test/integration/fixtures/pending/spec.js          |    3 +
 test/integration/fixtures/regression/issue-1327.js |   15 +
 test/integration/fixtures/timeout.js               |   17 +
 test/integration/fixtures/uncaught.hook.js         |   15 +
 test/integration/fixtures/uncaught.js              |   26 +
 test/integration/helpers.js                        |  142 +++
 test/integration/hooks.js                          |   44 +
 test/integration/multiple.done.js                  |   28 +
 test/integration/options.js                        |  140 +++
 test/integration/pending.js                        |   63 ++
 test/integration/regression.js                     |   24 +
 test/integration/timeout.js                        |   18 +
 test/integration/uncaught.js                       |   37 +
 test/jsapi/index.js                                |    2 -
 test/mocha.js                                      |   33 +
 test/ms.js                                         |   82 ++
 test/regression/issue1327/case.js                  |   14 -
 test/regression/issue1327/control.js               |   10 -
 test/reporters/base.js                             |  178 +++-
 test/reporters/json.js                             |    7 +-
 test/reporters/nyan.js                             |    2 +-
 test/runnable.js                                   |    6 +-
 test/runner.js                                     |  101 +-
 test/suite.js                                      |    1 -
 test/utils.js                                      |  150 ++-
 148 files changed, 4139 insertions(+), 1363 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocha.git



More information about the Pkg-javascript-commits mailing list