# test-machinepack-mocha

Mocha driver for running tests on machinepacks.

> Confused?  See http://node-machine.org for documentation.

## Installation

```bash
npm install -g test-machinepack-mocha
```

## Usage

You can use the generic driver to run tests.  To do that, just `cd` into your machinepack and then run:

```bash
testmachinepack-mocha
```

## Writing tests

So what do the tests look like?
Check out this example from [machinepack-npm](http://node-machine.org/machinepack-npm):
https://github.com/mikermcneil/machinepack-npm/blob/master/tests/list-packages.json

## License

MIT
