express/test
Jonathan Ong 85bf9ab76a uncomment a commented out test
lol @visionmedia
2014-03-05 22:01:36 -08:00
..
acceptance res.location: remove resolving relative urls 2014-02-08 11:37:43 -08:00
fixtures change res.locals to a plain js object. 2014-01-27 19:17:29 -05:00
support updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
app.all.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
app.del.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
app.engine.js Add test for "view engine" setting with leading ".". 2013-01-24 00:55:55 -05:00
app.head.js Added optional app.head() support 2011-11-11 13:53:20 -08:00
app.js remove app.router and refactor middleware processing 2014-02-03 15:59:52 -05:00
app.listen.js Added app.listen() as a shortcut for http.createServer(app).listen() 2011-11-11 17:22:25 -08:00
app.locals.js change res.locals to a plain js object. 2014-01-27 19:17:29 -05:00
app.options.js make express.Router() return a Router function instance 2014-02-26 20:22:11 -05:00
app.param.js fix tests for should.js 2013-10-14 18:35:46 -07:00
app.render.js Added appropriate test for more descriptive render error 2013-12-21 17:34:59 +00:00
app.request.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
app.response.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
app.route.js fix Route#all before Route#verb 2014-03-03 17:50:13 -05:00
app.router.js test app.router: ignore connect method 2014-02-08 11:39:26 -08:00
app.routes.error.js refactor routes.error tests 2012-10-09 19:09:12 -07:00
app.use.js removed "root" setting 2011-11-24 14:27:28 -08:00
config.js Fixed app.set() with undefined 2011-12-15 09:00:39 -08:00
exports.js remove last pieces of connect dependency 2014-02-22 09:26:29 -05:00
middleware.basic.js uncomment a commented out test 2014-03-05 22:01:36 -08:00
mocha.opts mocha.opts 2011-12-20 17:37:06 -08:00
regression.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.accepts.js refactor req.is and req.accepts* 2014-01-03 02:50:09 -08:00
req.acceptsCharset.js refactor req.is and req.accepts* 2014-01-03 02:50:09 -08:00
req.auth.js Allow colons in passwords for req.auth 2013-01-06 03:02:40 -05:00
req.fresh.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.get.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.host.js fix req.host when no Host is present, return undefined 2013-05-09 09:06:11 -07:00
req.ip.js Added req.ip tests 2012-05-29 18:46:37 -07:00
req.ips.js Added req.ip 2012-05-29 18:46:07 -07:00
req.is.js refactor req.is and req.accepts* 2014-01-03 02:50:09 -08:00
req.param.js remove last pieces of connect dependency 2014-02-22 09:26:29 -05:00
req.path.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.protocol.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.query.js Added req.query tests 2011-11-08 19:27:09 -08:00
req.range.js Added req.range(size) 2012-06-17 17:33:05 -07:00
req.route.js remove app.router and refactor middleware processing 2014-02-03 15:59:52 -05:00
req.secure.js add support for multiple X-Forwarded-Proto values. Closes #1646 2013-06-05 12:05:45 -07:00
req.signedCookies.js remove last pieces of connect dependency 2014-02-22 09:26:29 -05:00
req.stale.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
req.subdomains.js fixes #1600 2013-09-19 10:27:21 -07:00
req.xhr.js case sensitivity test 2011-11-08 20:29:48 -08:00
res.attachment.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
res.charset.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
res.clearCookie.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
res.cookie.js move support for multiple res.cookie calls to lib/response 2014-02-22 09:26:30 -05:00
res.download.js add res.download() content-disposition on error removal test 2012-07-13 09:24:09 -07:00
res.format.js res.format() now includes charset. Fixes #1744 2013-09-08 02:10:46 -04:00
res.get.js refactored res.get() tests 2012-05-10 13:59:27 -07:00
res.json.js No 'json spaces' by default 2014-01-11 10:53:36 -05:00
res.jsonp.js No 'json spaces' by default 2014-01-11 10:53:36 -05:00
res.links.js refactor res.links() 2013-09-07 15:26:12 -07:00
res.locals.js change res.locals to a plain js object. 2014-01-27 19:17:29 -05:00
res.location.js res.location: remove resolving relative urls 2014-02-08 11:37:43 -08:00
res.redirect.js res.location: remove resolving relative urls 2014-02-08 11:37:43 -08:00
res.render.js change res.locals to a plain js object. 2014-01-27 19:17:29 -05:00
res.send.js update the tests to show a difference between send(null) and send(undefiend) 2014-01-03 19:47:57 +02:00
res.sendfile.js remove ServerResonse.headerSent monkey patch 2014-02-22 09:26:29 -05:00
res.set.js Allow setting an array of header values in the response 2013-01-22 18:32:22 -08:00
res.status.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
res.type.js updated tests to use "supertest" 2012-06-26 17:14:07 -07:00
res.vary.js add res.vary(). Closes #1682 2013-09-02 09:10:14 -07:00
Route.js Router: add parameter handling to middleware 2014-02-23 19:21:13 -05:00
Router.js make express.Router() return a Router function instance 2014-02-26 20:22:11 -05:00
utils.js use escape-html module to escape html 2014-01-24 19:21:21 -05:00