[Pkg-javascript-commits] [node-mocks-http] 295/296: Merge branch 'upstreammaster'
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:46 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 a770e2ec75faa8b29ac7eef3837797dca8c9b65f
Merge: d887e2d 0eb7046
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Mon Feb 8 16:56:26 2016 +0100
Merge branch 'upstreammaster'
.travis.yml | 7 +-
CODE_OF_CONDUCT.md | 13 +
CODING_RULES.md | 182 +++++++
CONTRIBUTING.md | 172 +++++++
HISTORY.md | 129 +++++
LICENSE | 21 +
README.md | 207 ++++++++
examples/express-route.js | 61 +++
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 | 14 +
lib/mockEventEmitter.js | 20 +
lib/mockRequest.js | 342 ++++++++++++++
lib/mockResponse.js | 709 +++++++++++++++++++++++++++
lib/mockWritableStream.js | 25 +
lib/node/.eslintrc | 6 +
lib/node/_http_incoming.js | 118 +++++
lib/node/_http_server.js | 61 +++
lib/node/http.js | 6 +
package.json | 61 +++
test/.eslintrc | 10 +
test/lib/http-mock.spec.js | 21 +
test/lib/mockEventEmitter.spec.js | 61 +++
test/lib/mockRequest.spec.js | 653 +++++++++++++++++++++++++
test/lib/mockResponse.spec.js | 920 ++++++++++++++++++++++++++++++++++++
test/lib/mockWritableStream.spec.js | 41 ++
test/mocha.opts | 3 +
32 files changed, 4272 insertions(+), 1 deletion(-)
--
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