[Pkg-javascript-commits] [node-mocha] branch upstream updated (ef62083 -> aeb656e)

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


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

l3on-guest pushed a change to branch upstream
in repository node-mocha.

      from  ef62083   Imported Upstream version 1.21.5
       new  aeb656e   Imported Upstream version 2.2.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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/{large.html => 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, 4127 insertions(+), 1375 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .mailmap
 create mode 100644 CONTRIBUTING.md
 rename History.md => HISTORY.md (79%)
 create mode 100644 README.md
 delete mode 100644 Readme.md
 create mode 100644 bin/options.js
 create mode 100644 lib/interfaces/common.js
 create mode 100644 lib/pending.js
 create mode 100644 test.js
 delete mode 100644 test/acceptance/diffs.js
 delete mode 100644 test/acceptance/failing/timeout.js
 delete mode 100644 test/acceptance/misc/asyncOnly.js
 delete mode 100644 test/acceptance/misc/bail.js
 delete mode 100644 test/acceptance/misc/cascade.js
 delete mode 100644 test/acceptance/misc/grep.js
 delete mode 100644 test/acceptance/multiple.done.js
 delete mode 100644 test/acceptance/pending.js
 create mode 100644 test/acceptance/throw.js
 delete mode 100644 test/acceptance/uncaught.js
 create mode 100644 test/browser/grep.html
 create mode 100644 test/browser/grep.js
 copy test/browser/{large.html => stack-trace.html} (59%)
 create mode 100644 test/browser/stack-trace.js
 create mode 100644 test/color.js
 create mode 100644 test/integration/diffs.js
 create mode 100644 test/integration/fixtures/cascade.js
 rename test/{acceptance/fixtures/css.in => integration/fixtures/diffs/diffs.css.in} (98%)
 rename test/{acceptance/fixtures/css.out => integration/fixtures/diffs/diffs.css.out} (98%)
 create mode 100644 test/integration/fixtures/diffs/diffs.js
 create mode 100644 test/integration/fixtures/diffs/output
 create mode 100644 test/integration/fixtures/multiple.done.js
 create mode 100644 test/integration/fixtures/options/async-only.async.js
 create mode 100644 test/integration/fixtures/options/async-only.sync.js
 create mode 100644 test/integration/fixtures/options/bail.js
 create mode 100644 test/integration/fixtures/options/delay.js
 create mode 100644 test/integration/fixtures/options/grep.js
 rename test/{acceptance/sort/alpha.js => integration/fixtures/options/sort.alpha.js} (97%)
 rename test/{acceptance/sort/beta.js => integration/fixtures/options/sort.beta.js} (96%)
 create mode 100644 test/integration/fixtures/pending/skip.sync.before.js
 create mode 100644 test/integration/fixtures/pending/skip.sync.beforeEach.js
 create mode 100644 test/integration/fixtures/pending/skip.sync.spec.js
 create mode 100644 test/integration/fixtures/pending/spec.js
 create mode 100644 test/integration/fixtures/regression/issue-1327.js
 create mode 100644 test/integration/fixtures/timeout.js
 create mode 100644 test/integration/fixtures/uncaught.hook.js
 create mode 100644 test/integration/fixtures/uncaught.js
 create mode 100644 test/integration/helpers.js
 create mode 100644 test/integration/hooks.js
 create mode 100644 test/integration/multiple.done.js
 create mode 100644 test/integration/options.js
 create mode 100644 test/integration/pending.js
 create mode 100644 test/integration/regression.js
 create mode 100644 test/integration/timeout.js
 create mode 100644 test/integration/uncaught.js
 create mode 100644 test/mocha.js
 create mode 100644 test/ms.js
 delete mode 100644 test/regression/issue1327/case.js
 delete mode 100644 test/regression/issue1327/control.js

-- 
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