0.0.1-alpha • Published 10 years ago

mochy v0.0.1-alpha

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

Mochy

Simple test framework inspired by Mocha

Installation

Via npm on Node:

npm install mochy

or globally

npm install mochy -g

Usage

mochy <name> [<name> ... ]

where name is a directory or a .js file. If name is a directory, it processes all the .js files in directory.

TBD

Development

git clone git://github.com/ajlopez/Mochy.git
cd Mochy
npm install
npm test

Samples

TBD

Versions

TBD

Inception

Inspired by Mocha, but simpler.

Contribution

Feel free to file issues and submit pull requests � contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.