[Pkg-javascript-commits] [node-mocks-http] 267/296: Merge pull request #1 from howardabrams/master

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:43 UTC 2016


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

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 6d7cab97a83134b0e1530bcae2592b52f521b6ca
Merge: be573dd 70a0634
Author: Esteban <invernizzie at users.noreply.github.com>
Date:   Wed Sep 30 09:37:53 2015 -0300

    Merge pull request #1 from howardabrams/master
    
    Upstream merge

 .eslintrc                           |  82 ++++
 .gitignore                          |   1 +
 .jshintrc                           |  20 -
 .travis.yml                         |  27 ++
 CODE_OF_CONDUCT.md                  |  13 +
 CODING_RULES.md                     | 182 ++++++++
 CONTRIBUTING.md                     | 172 ++++++++
 HISTORY.md                          | 104 +++++
 LICENSE                             |  21 +
 README.md                           | 250 +++++++----
 examples/express-route.js           | 100 +++--
 examples/express-status-vs-json.js  |  51 +++
 gulpfile.js                         |  44 ++
 lib/express/.eslintrc               |   7 +
 lib/express/mock-application.js     | 102 +++++
 lib/express/mock-express.js         |  33 ++
 lib/express/mock-request.js         | 162 +++++++
 lib/express/utils/define-getter.js  |  11 +
 lib/http-mock.js                    |   6 +-
 lib/mockEventEmitter.js             |  20 +-
 lib/mockRequest.js                  | 254 ++++++++---
 lib/mockResponse.js                 | 657 +++++++++++++++++----------
 lib/mockWritableStream.js           |  13 +-
 lib/node/.eslintrc                  |   6 +
 lib/node/_http_incoming.js          | 118 +++++
 lib/node/_http_server.js            |  61 +++
 lib/node/http.js                    |   6 +
 package.json                        |  61 ++-
 run-tests                           |  64 ---
 test/.eslintrc                      |  10 +
 test/lib/http-mock.spec.js          |  21 +
 test/lib/mockEventEmitter.spec.js   |  61 +++
 test/lib/mockRequest.spec.js        | 593 +++++++++++++++++++++++++
 test/lib/mockResponse.spec.js       | 859 ++++++++++++++++++++++++++++++++++++
 test/lib/mockWritableStream.spec.js |  41 ++
 test/mocha.opts                     |   3 +
 test/test-mockRequest.js            | 100 -----
 test/test-mockResponse.js           | 318 -------------
 38 files changed, 3698 insertions(+), 956 deletions(-)

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



More information about the Pkg-javascript-commits mailing list