Skip to content

Commit

Permalink
docs: Update docs on TEST single test run.
Browse files Browse the repository at this point in the history
The Contributing docs now clarify how to run a single test.

Signed-off-by: Fedor Indutny <[email protected]>
  • Loading branch information
markstos authored and indutny committed May 15, 2014
1 parent 8ee9f04 commit 8a6c36d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,19 @@ $ make jslint test
Make sure the linter is happy and that all tests pass. Please, do not submit
patches that fail either check.

If you are updating tests and just want to run a single test to check it, you
can use this syntax to run it exactly as the test harness would:

```
python tools/test.py -v --mode=release simple/test-stream2-transform
```

You can run tests directly with node:

```
node ./test/simple/test-streams2-transform.js
```


### PUSH

Expand Down

0 comments on commit 8a6c36d

Please sign in to comment.