0.0.2 • Published 12 years ago

uno v0.0.2

Weekly downloads
13
License
-
Repository
github
Last release
12 years ago
 _ _ ___ ___
| | |   | . |
|___|_|_|___|

The simplest unit testing framework possible:

  • One file uno.js
  • One function uno
  • No dependencies
  • Results output to console.log

It is also helpful!

  • Uno hooks into other unit testing frameworks and does the right thing to make them work too.
  • Uno auto names tests using the function name and arguments

Supported unit testing frameworks:

  • qunit (in progress)
  • fireunit (in progress)
  • junit (in progress)

Install by source:

Install to node:

npm install uno

Usage in node:

uno = require('uno')

uno(Math.round, [1.5], 2)
0.0.2

12 years ago

0.0.1

12 years ago