[Pkg-javascript-commits] [node-mocha] branch upstream updated (feaf094 -> dee49fa)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 11 18:52:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository node-mocha.
from feaf094 Imported Upstream version 2.4.5
new dee49fa New upstream version 4.0.1
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:
.eslintignore | 3 +
.eslintrc | 130 -
.eslintrc.yaml | 15 +
.github/CODE_OF_CONDUCT.md | 51 +
.github/CONTRIBUTING.md | 84 +
.github/ISSUE_TEMPLATE.md | 49 +
.github/PULL_REQUEST_TEMPLATE.md | 40 +
.github/stale.yml | 40 +
.gitignore | 15 +-
.mailmap | 1 +
.npmrc | 2 +
.nycrc | 10 +
.travis.yml | 61 +-
CHANGELOG.md | 635 +-
CONTRIBUTING.md | 49 -
LICENSE | 2 +-
Makefile | 215 +-
README.md | 116 +-
appveyor.yml | 26 +
assets/mocha-banner-192.png | Bin 0 -> 15667 bytes
assets/mocha-banner.svg | 160 +
assets/mocha-logo-128.png | Bin 0 -> 7445 bytes
assets/mocha-logo-192.png | Bin 0 -> 10373 bytes
assets/mocha-logo-64.png | Bin 0 -> 3275 bytes
assets/mocha-logo.svg | 125 +
bin/.eslintrc | 3 -
bin/_mocha | 335 +-
bin/mocha | 37 +-
bin/options.js | 12 +-
bower.json | 46 -
support/browser-entry.js => browser-entry.js | 78 +-
component.json | 20 -
index.js | 6 +-
karma.conf.js | 183 +
lib/browser/.eslintrc.yaml | 4 +
lib/browser/debug.js | 4 -
lib/browser/events.js | 193 -
lib/browser/growl.js | 5 +
lib/browser/progress.js | 16 +-
lib/browser/tty.js | 6 +-
lib/context.js | 23 +-
lib/hook.js | 6 +-
lib/interfaces/bdd.js | 60 +-
lib/interfaces/common.js | 92 +-
lib/interfaces/exports.js | 8 +-
lib/interfaces/index.js | 2 +
lib/interfaces/qunit.js | 43 +-
lib/interfaces/tdd.js | 54 +-
lib/mocha.js | 156 +-
lib/ms.js | 22 +-
lib/pending.js | 3 +-
lib/reporters/base.js | 136 +-
lib/reporters/doc.js | 16 +-
lib/reporters/dot.js | 20 +-
lib/reporters/html-cov.js | 56 -
lib/reporters/html.js | 195 +-
lib/reporters/index.js | 4 +-
lib/reporters/json-cov.js | 151 -
lib/reporters/json-stream.js | 14 +-
lib/reporters/json.js | 20 +-
lib/reporters/landing.js | 14 +-
lib/reporters/list.js | 24 +-
lib/reporters/markdown.js | 22 +-
lib/reporters/min.js | 6 +-
lib/reporters/nyan.js | 42 +-
lib/reporters/progress.js | 12 +-
lib/reporters/spec.js | 36 +-
lib/reporters/tap.js | 18 +-
lib/reporters/templates/coverage.jade | 51 -
lib/reporters/templates/menu.jade | 13 -
lib/reporters/templates/script.html | 34 -
lib/reporters/templates/style.html | 324 -
lib/reporters/xunit.js | 63 +-
lib/runnable.js | 113 +-
lib/runner.js | 254 +-
lib/suite.js | 93 +-
lib/test.js | 15 +-
lib/utils.js | 391 +-
mocha.css | 41 +-
mocha.js | 12710 -------------------
package.json | 602 +-
scripts/dedefine.js | 25 +
scripts/ensure-compatible-npm.sh | 11 -
scripts/travis-before-install.sh | 9 +
scripts/travis-before-script.sh | 7 +
test/.eslintrc | 3 -
test/.eslintrc.yaml | 7 +
test/acceptance/context.js | 72 -
test/acceptance/duration.js | 25 -
test/acceptance/fs.js | 17 -
test/acceptance/glob/glob.js | 5 -
test/acceptance/glob/glob.sh | 55 -
test/acceptance/http.js | 16 -
test/acceptance/interfaces/bdd.js | 34 -
test/acceptance/interfaces/exports.js | 43 -
test/acceptance/interfaces/qunit.js | 23 -
test/acceptance/interfaces/tdd.js | 41 -
test/acceptance/misc/exit.js | 18 -
test/acceptance/misc/many.js | 27 -
test/acceptance/misc/nontty.js | 9 -
test/acceptance/misc/only/bdd.js | 14 -
test/acceptance/misc/only/qunit.js | 15 -
test/acceptance/misc/only/tdd.js | 14 -
test/acceptance/require/a.js | 2 -
test/acceptance/require/c.js | 2 -
test/acceptance/require/require.js | 9 -
test/acceptance/root.js | 11 -
test/acceptance/timeout.js | 79 -
test/acceptance/utils.js | 403 -
test/browser-fixtures/bdd.fixture.js | 8 +
test/browser-fixtures/exports.fixture.js | 8 +
test/browser-fixtures/qunit.fixture.js | 8 +
test/browser-fixtures/tdd.fixture.js | 8 +
test/browser/README.md | 3 +
test/browser/array.js | 38 -
test/browser/array.spec.js | 39 +
test/browser/grep.html | 2 +-
test/browser/grep.js | 108 -
test/browser/grep.spec.js | 110 +
test/browser/index.html | 8 +-
test/browser/{large.js => large.spec.js} | 49 +-
.../{multiple-done.js => multiple-done.spec.js} | 18 +-
test/browser/opts.html | 4 +-
test/browser/opts.js | 5 -
test/browser/opts.spec.js | 7 +
test/browser/stack-trace.html | 2 +-
test/browser/stack-trace.js | 20 -
test/browser/stack-trace.spec.js | 22 +
test/browser/ui.html | 2 +-
test/browser/{ui.js => ui.spec.js} | 16 +-
test/color.js | 17 -
.../foo.js => compiler-fixtures/foo.fixture.js} | 9 +-
test/{acceptance => compiler}/test.coffee | 2 +-
test/{acceptance => compiler}/test.foo | 0
test/grep.js | 48 -
test/hook.async.js | 129 -
test/hook.sync.js | 97 -
test/hook.sync.nested.js | 98 -
test/hook.timeout.js | 8 -
test/http.meta.2.js | 91 -
test/http.meta.js | 61 -
test/integration/compiler-globbing.spec.js | 24 +
test/integration/{diffs.js => diffs.spec.js} | 25 +-
.../fixtures/{cascade.js => cascade.fixture.js} | 34 +-
.../fixtures/diffs/{diffs.js => diffs.fixture.js} | 71 +-
test/integration/fixtures/exit.fixture.js | 8 +
test/integration/fixtures/glob/glob.spec.js | 7 +
test/integration/fixtures/glob/nested/glob.spec.js | 7 +
....error.js => after-hook-async-error.fixture.js} | 2 +
...r.hook.error.js => after-hook-error.fixture.js} | 2 +
...or.js => afterEach-hook-async-error.fixture.js} | 2 +
...ok.error.js => afterEach-hook-error.fixture.js} | 2 +
.../hooks/before-hook-async-error-tip.fixture.js | 13 +
...error.js => before-hook-async-error.fixture.js} | 2 +
.../hooks/before-hook-error-tip.fixture.js | 11 +
....hook.error.js => before-hook-error.fixture.js} | 2 +
.../fixtures/hooks/before.hook.async.error.tip.js | 11 -
.../fixtures/hooks/before.hook.error.tip.js | 9 -
...r.js => beforeEach-hook-async-error.fixture.js} | 2 +
...k.error.js => beforeEach-hook-error.fixture.js} | 2 +
...ror.js => multiple-hook-async-error.fixture.js} | 80 +-
...ook.error.js => multiple-hook-error.fixture.js} | 80 +-
.../fixtures/multiple-done-before.fixture.js | 12 +
.../fixtures/multiple-done-beforeEach.fixture.js | 16 +
.../fixtures/multiple-done-specs.fixture.js | 12 +
.../{multiple.done.js => multiple-done.fixture.js} | 6 +-
test/integration/fixtures/multiple.done.before.js | 10 -
.../fixtures/multiple.done.beforeEach.js | 14 -
test/integration/fixtures/multiple.done.specs.js | 10 -
.../fixtures/options/async-only-async.fixture.js | 5 +
.../fixtures/options/async-only-sync.fixture.js | 3 +
.../fixtures/options/async-only.async.js | 3 -
.../fixtures/options/async-only.sync.js | 1 -
test/integration/fixtures/options/bail.fixture.js | 23 +
test/integration/fixtures/options/bail.js | 21 -
.../fixtures/options/delay-fail.fixture.js | 8 +
test/integration/fixtures/options/delay-fail.js | 5 -
test/integration/fixtures/options/delay.fixture.js | 16 +
test/integration/fixtures/options/delay.js | 19 -
.../fixtures/options/forbid-only/only-suite.js | 5 +
.../fixtures/options/forbid-only/only.js | 7 +
.../fixtures/options/forbid-only/passed.js | 7 +
.../options/forbid-pending/before-this.skip.js | 6 +
.../options/forbid-pending/beforeEach-this.skip.js | 6 +
.../fixtures/options/forbid-pending/passed.js | 7 +
.../fixtures/options/forbid-pending/pending.js | 7 +
.../fixtures/options/forbid-pending/skip-suite.js | 5 +
.../fixtures/options/forbid-pending/skip.js | 7 +
.../fixtures/options/forbid-pending/this.skip.js | 7 +
test/integration/fixtures/options/grep.fixture.js | 19 +
test/integration/fixtures/options/grep.js | 12 -
.../fixtures/options/only/bdd.fixture.js | 72 +
.../fixtures/options/only/qunit.fixture.js | 27 +
.../fixtures/options/only/tdd.fixture.js | 37 +
.../options/{retries.js => retries.fixture.js} | 4 +-
.../{sort.alpha.js => sort-alpha.fixture.js} | 6 +-
.../fixtures/options/sort-beta.fixture.js | 7 +
test/integration/fixtures/options/sort.beta.js | 5 -
test/integration/fixtures/passing.fixture.js | 13 +
test/integration/fixtures/passing.js | 11 -
.../fixtures/pending/skip-async-before.fixture.js | 18 +
.../pending/skip-async-beforeEach.fixture.js | 18 +
.../fixtures/pending/skip-async-spec.fixture.js | 14 +
.../fixtures/pending/skip-sync-before.fixture.js | 15 +
.../pending/skip-sync-beforeEach.fixture.js | 15 +
.../fixtures/pending/skip-sync-spec.fixture.js | 12 +
.../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.fixture.js | 5 +
test/integration/fixtures/pending/spec.js | 3 -
.../fixtures/regression/1794/issue-1794.fixture.js | 5 +
.../fixtures/regression/1794/issue-1794.js | 3 -
.../fixtures/regression/1794/simple-ui.js | 15 +-
.../fixtures/regression/issue-1327.fixture.js | 17 +
test/integration/fixtures/regression/issue-1327.js | 15 -
.../fixtures/regression/issue-1417.fixture.js | 22 +
.../{issue-1991.js => issue-1991.fixture.js} | 18 +-
.../fixtures/regression/issue-2315.fixture.js | 11 +
.../fixtures/regression/issue-2406.fixture.js | 17 +
.../fixtures/regression/issue-2417.fixture.js | 9 +
.../retries/{async.js => async.fixture.js} | 8 +-
.../{early-pass.js => early-pass.fixture.js} | 6 +-
.../retries/{hooks.js => hooks.fixture.js} | 8 +-
.../retries/{nested.js => nested.fixture.js} | 6 +-
test/integration/fixtures/simple-reporter.js | 28 +
.../fixtures/suite/suite-no-callback.fixture.js | 3 +
.../suite/suite-skipped-callback.fixture.js | 3 +
.../suite/suite-skipped-no-callback.fixture.js | 3 +
test/integration/fixtures/timeout.fixture.js | 19 +
test/integration/fixtures/timeout.js | 17 -
test/integration/fixtures/uncaught-hook.fixture.js | 15 +
.../fixtures/{uncaught.js => uncaught.fixture.js} | 14 +-
test/integration/fixtures/uncaught.hook.js | 15 -
test/integration/glob.spec.js | 101 +
test/integration/helpers.js | 105 +-
test/integration/hook-err.spec.js | 227 +
test/integration/hook.err.js | 215 -
test/integration/{hooks.js => hooks.spec.js} | 26 +-
.../{multiple.done.js => multiple-done.spec.js} | 52 +-
test/integration/only.spec.js | 54 +
test/integration/options.js | 170 -
test/integration/options.spec.js | 389 +
test/integration/pending.js | 63 -
test/integration/pending.spec.js | 123 +
test/integration/regression.js | 53 -
test/integration/regression.spec.js | 142 +
test/integration/reporters.js | 63 -
test/integration/reporters.spec.js | 96 +
test/integration/{retries.js => retries.spec.js} | 53 +-
test/integration/suite.spec.js | 52 +
test/integration/timeout.js | 18 -
test/integration/timeout.spec.js | 21 +
test/integration/{uncaught.js => uncaught.spec.js} | 28 +-
test/interfaces/bdd.spec.js | 34 +
test/interfaces/exports.spec.js | 48 +
test/interfaces/qunit.spec.js | 25 +
test/interfaces/tdd.spec.js | 42 +
test/jsapi/index.js | 32 +-
test/mocha.js | 33 -
test/mocha.opts | 2 +-
test/ms.js | 82 -
test/node-unit/color.spec.js | 20 +
test/node-unit/file-utils.spec.js | 116 +
test/node-unit/fs.spec.js | 22 +
test/node-unit/stack-trace-filter.spec.js | 156 +
.../bdd-require.js => only/bdd-require.spec.js} | 12 +-
test/only/bdd.spec.js | 127 +
test/only/global/bdd.spec.js | 14 +
test/only/global/qunit.spec.js | 14 +
test/only/global/tdd.spec.js | 14 +
test/only/qunit.spec.js | 75 +
test/only/tdd.spec.js | 127 +
test/reporters/base.js | 171 -
test/reporters/base.spec.js | 342 +
test/reporters/doc.spec.js | 213 +
test/reporters/dot.spec.js | 212 +
test/reporters/json-stream.spec.js | 140 +
test/reporters/json.js | 61 -
test/reporters/json.spec.js | 63 +
test/reporters/landing.spec.js | 154 +
test/reporters/list.spec.js | 215 +
test/reporters/markdown.spec.js | 100 +
test/reporters/min.spec.js | 56 +
test/reporters/nyan.js | 30 -
test/reporters/nyan.spec.js | 550 +
test/reporters/progress.spec.js | 145 +
test/reporters/spec.spec.js | 128 +
test/reporters/tap.spec.js | 212 +
test/reporters/xunit.spec.js | 381 +
test/require/a.js | 4 +
test/{acceptance => }/require/b.coffee | 0
test/require/c.js | 4 +
test/{acceptance => }/require/d.coffee | 0
test/require/require.spec.js | 11 +
test/runnable.js | 447 -
test/runner.js | 377 -
test/sanity/sanity.spec.js | 9 +
test/setup.js | 4 +
test/suite.js | 396 -
test/test.js | 55 -
test/unit/context.spec.js | 73 +
test/unit/duration.spec.js | 27 +
.../globals.js => unit/globals.spec.js} | 22 +-
test/unit/grep.spec.js | 67 +
test/unit/hook-async.spec.js | 135 +
test/unit/hook-sync-nested.spec.js | 104 +
test/unit/hook-sync.spec.js | 103 +
test/unit/hook-timeout.spec.js | 10 +
test/unit/mocha.spec.js | 170 +
test/unit/ms.spec.js | 82 +
test/unit/overspecified-async.spec.js | 10 +
.../required-tokens.spec.js} | 6 +-
test/unit/root.spec.js | 13 +
test/unit/runnable.spec.js | 492 +
test/unit/runner.spec.js | 450 +
test/unit/suite.spec.js | 527 +
test/unit/test.spec.js | 76 +
test/{acceptance/throw.js => unit/throw.spec.js} | 105 +-
test/unit/timeout.spec.js | 80 +
test/unit/utils.spec.js | 550 +
test/utils.js | 149 -
322 files changed, 12863 insertions(+), 19961 deletions(-)
create mode 100644 .eslintignore
delete mode 100644 .eslintrc
create mode 100644 .eslintrc.yaml
create mode 100644 .github/CODE_OF_CONDUCT.md
create mode 100644 .github/CONTRIBUTING.md
create mode 100644 .github/ISSUE_TEMPLATE.md
create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
create mode 100644 .github/stale.yml
create mode 100644 .npmrc
create mode 100644 .nycrc
delete mode 100644 CONTRIBUTING.md
create mode 100644 appveyor.yml
create mode 100644 assets/mocha-banner-192.png
create mode 100644 assets/mocha-banner.svg
create mode 100644 assets/mocha-logo-128.png
create mode 100644 assets/mocha-logo-192.png
create mode 100644 assets/mocha-logo-64.png
create mode 100644 assets/mocha-logo.svg
delete mode 100644 bin/.eslintrc
delete mode 100644 bower.json
rename support/browser-entry.js => browser-entry.js (65%)
delete mode 100644 component.json
create mode 100644 karma.conf.js
create mode 100644 lib/browser/.eslintrc.yaml
delete mode 100644 lib/browser/debug.js
delete mode 100644 lib/browser/events.js
create mode 100644 lib/browser/growl.js
delete mode 100644 lib/reporters/html-cov.js
delete mode 100644 lib/reporters/json-cov.js
delete mode 100644 lib/reporters/templates/coverage.jade
delete mode 100644 lib/reporters/templates/menu.jade
delete mode 100644 lib/reporters/templates/script.html
delete mode 100644 lib/reporters/templates/style.html
delete mode 100644 mocha.js
create mode 100644 scripts/dedefine.js
delete mode 100755 scripts/ensure-compatible-npm.sh
create mode 100755 scripts/travis-before-install.sh
create mode 100755 scripts/travis-before-script.sh
delete mode 100644 test/.eslintrc
create mode 100644 test/.eslintrc.yaml
delete mode 100644 test/acceptance/context.js
delete mode 100644 test/acceptance/duration.js
delete mode 100644 test/acceptance/fs.js
delete mode 100644 test/acceptance/glob/glob.js
delete mode 100755 test/acceptance/glob/glob.sh
delete mode 100644 test/acceptance/http.js
delete mode 100644 test/acceptance/interfaces/bdd.js
delete mode 100644 test/acceptance/interfaces/exports.js
delete mode 100644 test/acceptance/interfaces/qunit.js
delete mode 100644 test/acceptance/interfaces/tdd.js
delete mode 100644 test/acceptance/misc/exit.js
delete mode 100644 test/acceptance/misc/many.js
delete mode 100644 test/acceptance/misc/nontty.js
delete mode 100644 test/acceptance/misc/only/bdd.js
delete mode 100644 test/acceptance/misc/only/qunit.js
delete mode 100644 test/acceptance/misc/only/tdd.js
delete mode 100644 test/acceptance/require/a.js
delete mode 100644 test/acceptance/require/c.js
delete mode 100644 test/acceptance/require/require.js
delete mode 100644 test/acceptance/root.js
delete mode 100644 test/acceptance/timeout.js
delete mode 100644 test/acceptance/utils.js
create mode 100644 test/browser-fixtures/bdd.fixture.js
create mode 100644 test/browser-fixtures/exports.fixture.js
create mode 100644 test/browser-fixtures/qunit.fixture.js
create mode 100644 test/browser-fixtures/tdd.fixture.js
create mode 100644 test/browser/README.md
delete mode 100644 test/browser/array.js
create mode 100644 test/browser/array.spec.js
delete mode 100644 test/browser/grep.js
create mode 100644 test/browser/grep.spec.js
rename test/browser/{large.js => large.spec.js} (56%)
rename test/browser/{multiple-done.js => multiple-done.spec.js} (64%)
delete mode 100644 test/browser/opts.js
create mode 100644 test/browser/opts.spec.js
delete mode 100644 test/browser/stack-trace.js
create mode 100644 test/browser/stack-trace.spec.js
rename test/browser/{ui.js => ui.spec.js} (61%)
delete mode 100644 test/color.js
rename test/{compiler/foo.js => compiler-fixtures/foo.fixture.js} (58%)
rename test/{acceptance => compiler}/test.coffee (67%)
rename test/{acceptance => compiler}/test.foo (100%)
delete mode 100644 test/grep.js
delete mode 100644 test/hook.async.js
delete mode 100644 test/hook.sync.js
delete mode 100644 test/hook.sync.nested.js
delete mode 100644 test/hook.timeout.js
delete mode 100644 test/http.meta.2.js
delete mode 100644 test/http.meta.js
create mode 100644 test/integration/compiler-globbing.spec.js
rename test/integration/{diffs.js => diffs.spec.js} (70%)
rename test/integration/fixtures/{cascade.js => cascade.fixture.js} (57%)
rename test/integration/fixtures/diffs/{diffs.js => diffs.fixture.js} (52%)
create mode 100644 test/integration/fixtures/exit.fixture.js
create mode 100644 test/integration/fixtures/glob/glob.spec.js
create mode 100644 test/integration/fixtures/glob/nested/glob.spec.js
rename test/integration/fixtures/hooks/{after.hook.async.error.js => after-hook-async-error.fixture.js} (97%)
rename test/integration/fixtures/hooks/{after.hook.error.js => after-hook-error.fixture.js} (97%)
rename test/integration/fixtures/hooks/{afterEach.hook.async.error.js => afterEach-hook-async-error.fixture.js} (97%)
rename test/integration/fixtures/hooks/{afterEach.hook.error.js => afterEach-hook-error.fixture.js} (96%)
create mode 100644 test/integration/fixtures/hooks/before-hook-async-error-tip.fixture.js
rename test/integration/fixtures/hooks/{before.hook.async.error.js => before-hook-async-error.fixture.js} (97%)
create mode 100644 test/integration/fixtures/hooks/before-hook-error-tip.fixture.js
rename test/integration/fixtures/hooks/{before.hook.error.js => before-hook-error.fixture.js} (97%)
delete mode 100644 test/integration/fixtures/hooks/before.hook.async.error.tip.js
delete mode 100644 test/integration/fixtures/hooks/before.hook.error.tip.js
rename test/integration/fixtures/hooks/{beforeEach.hook.async.error.js => beforeEach-hook-async-error.fixture.js} (97%)
rename test/integration/fixtures/hooks/{beforeEach.hook.error.js => beforeEach-hook-error.fixture.js} (97%)
rename test/integration/fixtures/hooks/{multiple.hook.async.error.js => multiple-hook-async-error.fixture.js} (54%)
rename test/integration/fixtures/hooks/{multiple.hook.error.js => multiple-hook-error.fixture.js} (50%)
create mode 100644 test/integration/fixtures/multiple-done-before.fixture.js
create mode 100644 test/integration/fixtures/multiple-done-beforeEach.fixture.js
create mode 100644 test/integration/fixtures/multiple-done-specs.fixture.js
rename test/integration/fixtures/{multiple.done.js => multiple-done.fixture.js} (74%)
delete mode 100644 test/integration/fixtures/multiple.done.before.js
delete mode 100644 test/integration/fixtures/multiple.done.beforeEach.js
delete mode 100644 test/integration/fixtures/multiple.done.specs.js
create mode 100644 test/integration/fixtures/options/async-only-async.fixture.js
create mode 100644 test/integration/fixtures/options/async-only-sync.fixture.js
delete mode 100644 test/integration/fixtures/options/async-only.async.js
delete mode 100644 test/integration/fixtures/options/async-only.sync.js
create mode 100644 test/integration/fixtures/options/bail.fixture.js
delete mode 100644 test/integration/fixtures/options/bail.js
create mode 100644 test/integration/fixtures/options/delay-fail.fixture.js
delete mode 100644 test/integration/fixtures/options/delay-fail.js
create mode 100644 test/integration/fixtures/options/delay.fixture.js
delete mode 100644 test/integration/fixtures/options/delay.js
create mode 100644 test/integration/fixtures/options/forbid-only/only-suite.js
create mode 100644 test/integration/fixtures/options/forbid-only/only.js
create mode 100644 test/integration/fixtures/options/forbid-only/passed.js
create mode 100644 test/integration/fixtures/options/forbid-pending/before-this.skip.js
create mode 100644 test/integration/fixtures/options/forbid-pending/beforeEach-this.skip.js
create mode 100644 test/integration/fixtures/options/forbid-pending/passed.js
create mode 100644 test/integration/fixtures/options/forbid-pending/pending.js
create mode 100644 test/integration/fixtures/options/forbid-pending/skip-suite.js
create mode 100644 test/integration/fixtures/options/forbid-pending/skip.js
create mode 100644 test/integration/fixtures/options/forbid-pending/this.skip.js
create mode 100644 test/integration/fixtures/options/grep.fixture.js
delete mode 100644 test/integration/fixtures/options/grep.js
create mode 100644 test/integration/fixtures/options/only/bdd.fixture.js
create mode 100644 test/integration/fixtures/options/only/qunit.fixture.js
create mode 100644 test/integration/fixtures/options/only/tdd.fixture.js
rename test/integration/fixtures/options/{retries.js => retries.fixture.js} (62%)
rename test/integration/fixtures/options/{sort.alpha.js => sort-alpha.fixture.js} (50%)
create mode 100644 test/integration/fixtures/options/sort-beta.fixture.js
delete mode 100644 test/integration/fixtures/options/sort.beta.js
create mode 100644 test/integration/fixtures/passing.fixture.js
delete mode 100644 test/integration/fixtures/passing.js
create mode 100644 test/integration/fixtures/pending/skip-async-before.fixture.js
create mode 100644 test/integration/fixtures/pending/skip-async-beforeEach.fixture.js
create mode 100644 test/integration/fixtures/pending/skip-async-spec.fixture.js
create mode 100644 test/integration/fixtures/pending/skip-sync-before.fixture.js
create mode 100644 test/integration/fixtures/pending/skip-sync-beforeEach.fixture.js
create mode 100644 test/integration/fixtures/pending/skip-sync-spec.fixture.js
delete mode 100644 test/integration/fixtures/pending/skip.sync.before.js
delete mode 100644 test/integration/fixtures/pending/skip.sync.beforeEach.js
delete mode 100644 test/integration/fixtures/pending/skip.sync.spec.js
create mode 100644 test/integration/fixtures/pending/spec.fixture.js
delete mode 100644 test/integration/fixtures/pending/spec.js
create mode 100644 test/integration/fixtures/regression/1794/issue-1794.fixture.js
delete mode 100644 test/integration/fixtures/regression/1794/issue-1794.js
create mode 100644 test/integration/fixtures/regression/issue-1327.fixture.js
delete mode 100644 test/integration/fixtures/regression/issue-1327.js
create mode 100644 test/integration/fixtures/regression/issue-1417.fixture.js
rename test/integration/fixtures/regression/{issue-1991.js => issue-1991.fixture.js} (82%)
create mode 100644 test/integration/fixtures/regression/issue-2315.fixture.js
create mode 100644 test/integration/fixtures/regression/issue-2406.fixture.js
create mode 100644 test/integration/fixtures/regression/issue-2417.fixture.js
rename test/integration/fixtures/retries/{async.js => async.fixture.js} (82%)
rename test/integration/fixtures/retries/{early-pass.js => early-pass.fixture.js} (58%)
rename test/integration/fixtures/retries/{hooks.js => hooks.fixture.js} (83%)
rename test/integration/fixtures/retries/{nested.js => nested.fixture.js} (56%)
create mode 100644 test/integration/fixtures/simple-reporter.js
create mode 100644 test/integration/fixtures/suite/suite-no-callback.fixture.js
create mode 100644 test/integration/fixtures/suite/suite-skipped-callback.fixture.js
create mode 100644 test/integration/fixtures/suite/suite-skipped-no-callback.fixture.js
create mode 100644 test/integration/fixtures/timeout.fixture.js
delete mode 100644 test/integration/fixtures/timeout.js
create mode 100644 test/integration/fixtures/uncaught-hook.fixture.js
rename test/integration/fixtures/{uncaught.js => uncaught.fixture.js} (71%)
delete mode 100644 test/integration/fixtures/uncaught.hook.js
create mode 100644 test/integration/glob.spec.js
create mode 100644 test/integration/hook-err.spec.js
delete mode 100644 test/integration/hook.err.js
rename test/integration/{hooks.js => hooks.spec.js} (54%)
rename test/integration/{multiple.done.js => multiple-done.spec.js} (58%)
create mode 100644 test/integration/only.spec.js
delete mode 100644 test/integration/options.js
create mode 100644 test/integration/options.spec.js
delete mode 100644 test/integration/pending.js
create mode 100644 test/integration/pending.spec.js
delete mode 100644 test/integration/regression.js
create mode 100644 test/integration/regression.spec.js
delete mode 100644 test/integration/reporters.js
create mode 100644 test/integration/reporters.spec.js
rename test/integration/{retries.js => retries.spec.js} (62%)
create mode 100644 test/integration/suite.spec.js
delete mode 100644 test/integration/timeout.js
create mode 100644 test/integration/timeout.spec.js
rename test/integration/{uncaught.js => uncaught.spec.js} (59%)
create mode 100644 test/interfaces/bdd.spec.js
create mode 100644 test/interfaces/exports.spec.js
create mode 100644 test/interfaces/qunit.spec.js
create mode 100644 test/interfaces/tdd.spec.js
delete mode 100644 test/mocha.js
delete mode 100644 test/ms.js
create mode 100644 test/node-unit/color.spec.js
create mode 100644 test/node-unit/file-utils.spec.js
create mode 100644 test/node-unit/fs.spec.js
create mode 100644 test/node-unit/stack-trace-filter.spec.js
rename test/{acceptance/misc/only/bdd-require.js => only/bdd-require.spec.js} (55%)
create mode 100644 test/only/bdd.spec.js
create mode 100644 test/only/global/bdd.spec.js
create mode 100644 test/only/global/qunit.spec.js
create mode 100644 test/only/global/tdd.spec.js
create mode 100644 test/only/qunit.spec.js
create mode 100644 test/only/tdd.spec.js
delete mode 100644 test/reporters/base.js
create mode 100644 test/reporters/base.spec.js
create mode 100644 test/reporters/doc.spec.js
create mode 100644 test/reporters/dot.spec.js
create mode 100644 test/reporters/json-stream.spec.js
delete mode 100644 test/reporters/json.js
create mode 100644 test/reporters/json.spec.js
create mode 100644 test/reporters/landing.spec.js
create mode 100644 test/reporters/list.spec.js
create mode 100644 test/reporters/markdown.spec.js
create mode 100644 test/reporters/min.spec.js
delete mode 100644 test/reporters/nyan.js
create mode 100644 test/reporters/nyan.spec.js
create mode 100644 test/reporters/progress.spec.js
create mode 100644 test/reporters/spec.spec.js
create mode 100644 test/reporters/tap.spec.js
create mode 100644 test/reporters/xunit.spec.js
create mode 100644 test/require/a.js
rename test/{acceptance => }/require/b.coffee (100%)
create mode 100644 test/require/c.js
rename test/{acceptance => }/require/d.coffee (100%)
create mode 100644 test/require/require.spec.js
delete mode 100644 test/runnable.js
delete mode 100644 test/runner.js
create mode 100644 test/sanity/sanity.spec.js
create mode 100644 test/setup.js
delete mode 100644 test/suite.js
delete mode 100644 test/test.js
create mode 100644 test/unit/context.spec.js
create mode 100644 test/unit/duration.spec.js
rename test/{acceptance/globals.js => unit/globals.spec.js} (63%)
create mode 100644 test/unit/grep.spec.js
create mode 100644 test/unit/hook-async.spec.js
create mode 100644 test/unit/hook-sync-nested.spec.js
create mode 100644 test/unit/hook-sync.spec.js
create mode 100644 test/unit/hook-timeout.spec.js
create mode 100644 test/unit/mocha.spec.js
create mode 100644 test/unit/ms.spec.js
create mode 100644 test/unit/overspecified-async.spec.js
rename test/{acceptance/required-tokens.js => unit/required-tokens.spec.js} (90%)
create mode 100644 test/unit/root.spec.js
create mode 100644 test/unit/runnable.spec.js
create mode 100644 test/unit/runner.spec.js
create mode 100644 test/unit/suite.spec.js
create mode 100644 test/unit/test.spec.js
rename test/{acceptance/throw.js => unit/throw.spec.js} (55%)
create mode 100644 test/unit/timeout.spec.js
create mode 100644 test/unit/utils.spec.js
delete mode 100644 test/utils.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