0.12.0 • Published 12 years ago

ntf v0.12.0

Weekly downloads
75
License
-
Repository
github
Last release
12 years ago

ntf

ntf is a network testing framework written in Node.js.

Usage

Install ntf

npm install ntf

Add node_modules to your path

export PATH="./node_modules/.bin:$PATH"

Create a file named silas.sewell.org.js

var ntf = require('ntf')
  , test = ntf.http('http://silas.sewell.org')

exports.homepage = test.get('/', function(test) {
  test.statusCode(200)
  test.body('Silas Sewell')
  test.done()
})

Run the tests

ntf silas.sewell.org.js

License

This work is licensed under the MIT License (see the LICENSE file).

0.12.0

12 years ago

0.11.0

12 years ago

0.10.0

12 years ago

0.9.1

12 years ago

0.9.0

12 years ago

0.8.0

12 years ago

0.7.0

12 years ago

0.6.1

12 years ago

0.6.0

12 years ago

0.5.0

12 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

13 years ago