[Pkg-javascript-commits] [node-tap] branch upstream updated (7a530b5 -> 4d55352)

Ximin Luo infinity0 at debian.org
Mon Aug 31 02:38:50 UTC 2015


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

infinity0 pushed a change to branch upstream
in repository node-tap.

      from  7a530b5   Imported Upstream version 0.4.13
       new  4d55352   Imported Upstream version 0.7.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:
 README.md                               |  2 +-
 bin/tap.js                              |  7 +++-
 lib/tap-assert.js                       | 23 ++++++++++-
 lib/tap-global-harness.js               | 12 ++++++
 lib/tap-harness.js                      | 10 +++--
 lib/tap-producer.js                     |  4 +-
 lib/tap-results.js                      | 39 ++++++++++---------
 lib/tap-runner.js                       |  9 +++--
 package.json                            | 14 +++----
 test/debug-test.js                      |  5 ++-
 test/{deep.js => deep-strict.js}        | 18 ++++-----
 test/deep.js                            | 24 ++++++------
 test/exit-code.js                       | 69 +++++++++++++++++++++++++++++++++
 test/expose-gc-test.js                  | 23 +++++++----
 test/fixtures/fail-correct-exit.js      |  4 ++
 test/fixtures/fail-exit.js              |  4 ++
 test/fixtures/fail-zero-exit.js         |  4 ++
 test/fixtures/success.js                |  3 ++
 test/fixtures/todo-skip-descriptions.js |  4 ++
 test/fixtures/trivial-success.js        |  1 +
 test/nested-async.js                    | 36 +++++++++++++++++
 test/nested-test.js                     |  3 +-
 test/not-executed.sh                    |  1 +
 test/result-trap.js                     | 13 ++-----
 test/segv.js                            |  3 +-
 test/test-assert-todo-skip.js           | 13 +++++++
 test/test-directives.js                 | 48 +++++++++++++++++++++++
 test/test-skip.js                       |  5 +++
 test/valid-command.js                   |  2 +-
 29 files changed, 319 insertions(+), 84 deletions(-)
 copy test/{deep.js => deep-strict.js} (56%)
 create mode 100644 test/exit-code.js
 create mode 100644 test/fixtures/fail-correct-exit.js
 create mode 100644 test/fixtures/fail-exit.js
 create mode 100644 test/fixtures/fail-zero-exit.js
 create mode 100644 test/fixtures/success.js
 create mode 100644 test/fixtures/todo-skip-descriptions.js
 create mode 100644 test/fixtures/trivial-success.js
 create mode 100644 test/nested-async.js
 create mode 100644 test/test-assert-todo-skip.js
 create mode 100644 test/test-directives.js
 create mode 100644 test/test-skip.js

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



More information about the Pkg-javascript-commits mailing list