]> git.cworth.org Git - obsolete/notmuch-web/blob - node_modules/express/node_modules/qs/support/expresso/Readme.md
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / node_modules / qs / support / expresso / Readme.md
1
2 # Expresso
3
4   TDD framework for [nodejs](http://nodejs.org).
5   
6 ## Features
7
8   - light-weight
9   - intuitive async support
10   - intuitive test runner executable
11   - test coverage support and reporting
12   - uses the _assert_ module
13   - `assert.eql()` alias of `assert.deepEqual()`
14   - `assert.response()` http response utility
15   - `assert.includes()`
16   - `assert.type()`
17   - `assert.isNull()`
18   - `assert.isUndefined()`
19   - `assert.isNotNull()`
20   - `assert.isDefined()`
21   - `assert.match()`
22   - `assert.length()`
23
24 ## Installation
25
26 To install both expresso _and_ node-jscoverage run:
27
28     $ make install
29
30 To install expresso alone (no build required) run:
31
32     $ make install-expresso
33
34 Install via npm:
35
36         $ npm install expresso
37
38 ## License 
39
40 (The MIT License)
41
42 Copyright (c) 2010 TJ Holowaychuk <tj@vision-media.ca>
43
44 Permission is hereby granted, free of charge, to any person obtaining
45 a copy of this software and associated documentation files (the
46 'Software'), to deal in the Software without restriction, including
47 without limitation the rights to use, copy, modify, merge, publish,
48 distribute, sublicense, and/or sell copies of the Software, and to
49 permit persons to whom the Software is furnished to do so, subject to
50 the following conditions:
51
52 The above copyright notice and this permission notice shall be
53 included in all copies or substantial portions of the Software.
54
55 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
56 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
57 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
58 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
59 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
60 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
61 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.