0.4.0 • Published 11 years ago

testpilot v0.4.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

A promise-savvy testing framework for Node.js.

Key Features

  • Backward compatible with nodeunit: runs any* nodeunit test suite without modification.
  • Pass either immediate values or promises to assertions. Testpilot will resolve them for you.
  • End a test/setUp/tearDown function either in the nodeunit style or by returning a promise.

* Any nodeunit test that does not already pass promises to assertion functions, that is.

Usage

npm install testpilot
testpilot path/to/test/directory

Details coming soon.

Resources

0.4.0

11 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago