Skip to content

Commit

Permalink
document test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Birch-san committed Nov 15, 2015
1 parent 8b98500 commit 24303d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ A simple way to run Python scripts from Node.js with basic but efficient inter-p
npm install python-shell
```

## Testing

`Mocha` testrunner is required:
```bash
npm install -g mocha
```

To run the tests:
```bash
npm test
Expand Down

0 comments on commit 24303d7

Please sign in to comment.